Data.DBXDelegate.TDBXDelegateWritableValue.GetSingle
Delphi
function GetSingle: Single; override;
C++
virtual float __fastcall GetSingle(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXDelegate.pas Data.DBXDelegate.hpp |
Data.DBXDelegate | TDBXDelegateWritableValue |
Description
Gets Single value for TDBXValues with data type of TDBXDataTypes.SingleType. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Gets Single value for TDBXValues with data type of TDBXDataTypes.SingleType.
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.