[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read the property
Source position: variants.pp line 252
public function TPublishableVariantType.GetProperty( |
var Dest: tvardata; |
const V: tvardata; |
const Name: string |
):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 |