RAD Studio VCL Reference
|
Indicates whether the value of this field is equal to a particular Variant value.
function ImplIsEqual(const AValue: Variant): Boolean; virtual;
virtual __fastcall Boolean ImplIsEqual(const Variant AValue);
ImplIsEqual is called by IsEqual. ImplIsEqual compares the parameter value with the value associated with this adapter field.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|