|
RAD Studio VCL Reference
|
Returns the value for any property this System::Variant type supports.
Override GetProperty to provide the read implementations for properties of instances of the System::Variant. When the application reads a System::Variant property (Delphi) or calls the System::Variant's Exec method (C++) a call is automatically generated to GetProperty that allows the TInvokeableVariant descendant to implement the call.
Dest is a TVarData record that receives the property value.
V is the TVarData record from the System::Variant instance whose property is being read.
Name is the name of the property.
GetProperty returns true if it returns a property value, false if it does not implement the specified property.
As implemented in TInvokeableVariant, GetProperty always returns false, because it does not implement any properties.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|