[fpc-devel] RTTI difference
Leonardo M. Ram�
martinrame at yahoo.com
Fri Jul 21 15:33:29 CEST 2006
Thanks Graeme,
it's amazing the speed of response on this mailing list. Congrats to the freepascal community!
--- Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> Umm.. It seems I never reported that bug (I couldn't find it in Mantis). :-(
>
> I have reported it now as Issue 7187
>
> http://www.freepascal.org/mantis/view.php?id=7187
>
> Regards,
> Graeme.
>
>
> On 7/21/06, Leonardo M. Ramé <martinrame at yahoo.com> wrote:
> > I found a difference between the TPropInfo record GetProc and SetProc pointers between Delphi
> and
> > FPC, when i check a class like this:
> >
> > type
> > TMyClass = class(TPersistent)
> > private
> > FAttrib1: Integer;
> > published
> > property Attrib: Integer read FAttrib write FAttrib;
> > end;
> >
> > In Delphi, when i do GetPropInfo(TMyClass, Attrib)^.GetProc it gives a nil value, right,
> because i
> > don´t have declared a getter for this property, with SetProc is the same.
> >
> > In FPC, the results never are nil. Is this the correct behavior, or is a bug?
> >
> >
> > Leonardo M. Ramé
> > http://leonardorame.blogspot.com
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> > _______________________________________________
> > fpc-devel maillist - fpc-devel at lists.freepascal.org
> > http://lists.freepascal.org/mailman/listinfo/fpc-devel
> >
>
>
> --
> There's no place like 127.0.0.1
> > _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
>
Leonardo M. Ramé
http://leonardorame.blogspot.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the fpc-devel
mailing list