Data.DB.TLargeintField.GetAsExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsExtended: Extended; override;

C++

virtual System::Extended __fastcall GetAsExtended(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TLargeintField

Description

Returns the value of the field as an Extended.

GetAsExtended returns the high precision floating-point representation of the field value.

See Also