Data.DBXCommon.TDBXValue.AsSingle
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsSingle: Single read GetAsSingle;
C++
__property float AsSingle = {read=GetAsSingle};
Description
Single representation of value.
AsSingle 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.