[fpc-devel]GetPropInfos in fpc 1.1
Michael Van Canneyt
michael.vancanneyt at wisa.be
Tue Aug 5 15:32:33 CEST 2003
On Tue, 5 Aug 2003, kino wrote:
> Hi
>
> I've founded an incompatibility between Delphi and FPC 1.1 for GetPropInfos function:
> * Delphi return a list order by NameIndex
> * FPC return a list with all property of current class, all property of parent class,
> and so on
I'm not sure the nameindex field is used in FPC. In each case, in D5,
this is a totally undocumented field and I don't know how it should be
filled and/or sorted on.
So, incompatible: yes. But since Delphi's behaviour is undocumented, I'm
not sure we can or will fix this.
Michael.
More information about the fpc-devel
mailing list