Read the property.
Source position: variants.pp line 259
public function TPublishableVariantType.GetProperty( |
var Dest: tvardata; |
const V: tvardata; |
const Name: AnsiString |
):Boolean; override; |
Dest |
|
Value of the property. |
V |
|
Variant to get property from. |
Name |
|
Name of property to read. |
Always True.
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.
|
Interface for variants that refer to an object. |
|
|
Called when a property must be read. |