[fpc-pascal] List published properties of a class
Joao Morais
l at joaomorais.com.br
Sun Feb 9 21:05:00 CET 2014
Hello list. I need to list all published properties declared in a class,
iow, removing properties inherited from the parent.
Up to now I am iterating typinfo.GetPropList, starting at:
GetTypeData(PTypeInfo(TheClass.ClassParent.ClassInfo))^.PropCount;
and it works (fpc 2.6.2). TheClass will never receive TObject. Is this
the right way? Will such piece of code continue working in future
versions of the rtl?
More information about the fpc-pascal
mailing list