RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetBoolean Method

Gets the boolean value for boolean data types.

Pascal
function GetBoolean: Boolean; virtual;
C++
virtual __fastcall Boolean GetBoolean();

Gets the boolean value for TDBXValue instances with a data types of BooleanType. Throws a TDBXError exception if IsNull is true. 

 

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