RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterBooleanField.ConvertValue Method

Retrieves a Boolean value entered by the end-user.

Pascal
function ConvertValue(AValue: IActionFieldValue): Variant; override;
C++
virtual __fastcall Variant ConvertValue(IActionFieldValue AValue);

ConvertValue overrides TAdapterUpdateField's ConvertValue method. Convert value attempts to cast the value entered by the end-user to a Boolean. If the cast fails, false is returned. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!