RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDoubleValue.SetAsBoolean Method

Set value as boolean representation.

Pascal
procedure SetAsBoolean(const Value: Boolean); override;
C++
virtual __fastcall SetAsBoolean(const Boolean Value);

SetAsBoolean sets value as a Boolean representation. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised. 

 

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