RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXSingleValue.GetSingle Method

Gets Single value for TDBXValues with data type of TDBXDataTypes.SingleType.

Pascal
function GetSingle: Single; override;
C++
virtual __fastcall Single GetSingle();

GetSingle gets the Single value for TDBXValues with a data type of TDBXDataTypes.SingleType. This method throws a TDBXError exception if TDBXValue.IsNull is true. 

 

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