[Overview][Constants][Types][Classes][Procedures and functions] |
Return property type information, by property name.
Source position: line 0
function GetPropInfo( |
TypeInfo: PTypeInfo; |
const PropName: String |
):PPropInfo; |
TypeInfo: PTypeInfo; |
const PropName: String; |
AKinds: TTypeKinds |
):PPropInfo; |
Instance: TObject; |
const PropName: String; |
AKinds: TTypeKinds |
):PPropInfo; |
Instance: TObject; |
const PropName: String |
):PPropInfo; |
AClass: TClass; |
const PropName: String; |
AKinds: TTypeKinds |
):PPropInfo; |
AClass: TClass; |
const PropName: String |
):PPropInfo; |
GetPropInforeturns a pointer to the TPropInforecord for a the PropNameproperty of a class. The class to examine can be specified in one of three ways:
In each of these three ways, if AKindsis specified, if the property has TypeKindwhich is not included in Akinds, Nilwill be returned.
For an example, see most of the other functions.
If the property PropNamedoes not exist, Nilis returned.
|
Return a list of published properties. |
|
|
Return a list of a certain type of published properties. |