[Overview][Constants][Types][Classes][Procedures and functions] |
Return class of property.
Source position: typinfo.pp line 253
function GetObjectPropClass( |
Instance: TObject; |
const PropName: String |
):TClass; |
GetObjectPropClassreturns 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 Instanceis non-nil. Specifying an invalid property name in PropNamewill result in an EPropertyErrorexception.
|
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 |