Data.DB.TStringField.GetAsExtended
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TStringField | |
Delphi
function GetAsExtended: Extended; override;
C++
virtual System::Extended __fastcall GetAsExtended();
Description
Returns the value of the field as an Extended.
GetAsExtended converts the field's value to the corresponding extended precision floating-point value and returns the obtained result. The StrToFloat function is called internally.