Data.DBXCommon.TDBXValue.GetAsSingle
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
function GetAsSingle: Single; virtual;
C++
virtual float __fastcall GetAsSingle();
Description
Get single representation of value.
GetAsSingle returns a Single representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.