Section courante

A propos

Section administrative du site

GETOBJECTPROP

Demande la propriété d'objet
Free Pascal typinfo

Syntaxe

Function GetObjectProp(Instance:TObject;Const PropName:string):TObject;
Function GetObjectProp(Instance:TObject;Const PropName:string;MinClass:TClass):TObject;
Function GetObjectProp(Instance:TObject;PropInfo:PPropInfo):TObject;
Function GetObjectProp(Instance:TObject;PropInfo:PPropInfo;MinClass:TClass):TObject;

Description

Cette fonction permet de demander la valeur d'une propriété de type d'objet.



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