[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return class of property.
Source position: typinfo.pp line 839
function GetObjectPropClass( |
Instance: TObject; |
const PropName: string |
):TClass; |
AClass: TClass; |
const PropName: string |
):TClass; |
GetObjectPropClass returns the declared class of the property with name PropName. This may not be the actual class of the property value.
For an example, see GetObjectProp.
No checking is done whether Instance is non-nil. Specifying an invalid property name in PropName will result in an EPropertyError exception.
|
Set the value of a method property |
|
|
Get the value of an ordinal property |
|
|
Return the value of a string property. |
|
|
Return value of floating point property |
|
|
return value of an Int64 property |