Data.DB.TField.GetAsExtended

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

function GetAsExtended: Extended; virtual;

C++

virtual System::Extended __fastcall GetAsExtended();

Description

Returns the value of the field as an Extended.

Descendants of TField that represent Extended fields override the GetAsExtended method to return the value of the field as an Extended.

Trying to call the GetAsExtended method raises an exception.

See Also