Data.DBXDelegate.TDBXDelegateWritableValue.GetAsSingle
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetAsSingle: Single; override;
C++
virtual float __fastcall GetAsSingle();
Description
Get single representation of value.
Data.DBXDelegate.TDBXDelegateWritableValue.GetAsSingle inherits from Data.DBXCommon.TDBXValue.GetAsSingle. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsSingle.
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.