|
RAD Studio VCL Reference
|
Indicates whether the data from a custom System::Variant represents a blank or unassigned value.
function IsClear(const V: TVarData): Boolean; virtual;
virtual __fastcall Boolean IsClear(const TVarData V);
Override IsClear to identify when data from a System::Variant of the custom System::Variant type represents a blank or unassigned value. The global VarIsClear method calls IsClear when given a custom System::Variant of this type.
As Implemented in TCustomVariantType, IsClear always returns false. Override this method to return true for invalid values or special values set by the Clear method.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|