RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterBooleanField.IsEqual Method

Indicates whether the value of this field is equal to a particular Variant value.

Pascal
function IsEqual(const AValue: Variant): Boolean;
C++
__fastcall Boolean IsEqual(const Variant AValue);

IsEqual is called when server-side script calls the IsEqual method of this adapter field. Server-side script may use the IsEqual function to determine whether to check an HTML checkbox that displays this adapter field's value. IsEqual returns the result of ImplIsEqual

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!