Data.DB.TExtendedField.GetAsExtended
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TExtendedField |
Delphi
function GetAsExtended: Extended; override;
C++
virtual System::Extended __fastcall GetAsExtended();
Description
Returns the value of the field as an Extended.
GetAsExtended returns the field's value as it is stored internally.