TPublishableVariantType.GetProperty
Read the property
Declaration
Source position: variants.pp line 252
public
function GetProperty(var Dest: tvardata; const V: tvardata;
const Name: string) : Boolean; Override;
Description
GetProperty implements reading the property by looking for the property in the published properties of the instance returned by the IVarInstanceReference interface, and returning the value as a variant.
See also
| Name | Description |
|---|---|
| IVarInstanceReference | Interface for variants that refer to an object |
| IVarInvokeable.GetProperty | Called when a property must be read |