Data.DB.TIntegerField.GetAsSingle
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TIntegerField | |
Delphi
function GetAsSingle: Single; override;
C++
virtual float __fastcall GetAsSingle();
Description
Returns the value of the field as a Single.
GetAsSingle returns the field's value as a single precision floating-point value.