Section courante

A propos

Section administrative du site

GETPROPINFO

Demande l'information de propriété
Free Pascal typinfo

Syntaxe

Function GetPropInfo(TypeInfo:PTypeInfo;Const PropName:string):PPropInfo;
Function GetPropInfo(TypeInfo:PTypeInfo;Const PropName:string;AKinds:TTypeKinds):PPropInfo;
Function GetPropInfo(Instance:TObject;Const PropName:string):PPropInfo;
Function GetPropInfo(Instance:TObject;Const PropName:string;AKinds:TTypeKinds):PPropInfo;
Function GetPropInfo(AClass:TClass;Const PropName:string):PPropInfo;
Function GetPropInfo(AClass:TClass;Const PropName:string;AKinds:TTypeKinds):PPropInfo;

Description

Cette fonction permet de demander des informations sur le type de propriété, par nom de propriété.



Dernière mise à jour : Vendredi, le 28 Août 2020