GETPROPLIST |
Demande la liste de propriété |
---|---|
Free Pascal | typinfo |
Syntaxe
Function GetPropList(TypeInfo:PTypeInfo;TypeKinds:TTypeKinds;PropList:PPropList;Sorted:Boolean=True):LongInt; |
Function GetPropList(TypeInfo:PTypeInfo;Out PropList:PPropList):SizeInt; |
Function GetPropList(AClass:TClass;Out PropList:PPropList):Integer; |
Function GetPropList(Instance:TObject;Out PropList:PPropList):Integer; |
Description
Cette fonction permet de demander une liste d'un certain type de propriétés publiées.
Dernière mise à jour : Vendredi, le 28 Août 2020