Show: Delphi C++
Display Preferences

Data.DB.TField.GetAsDateTime

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetAsDateTime: TDateTime; virtual;

C++

virtual System::TDateTime __fastcall GetAsDateTime(void);

Properties

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

Description

Returns the value of the field as a TDateTime.

Descendants of TField that represent TDateTime fields override the GetAsDateTime method to return the value of the field as a TDateTime.

Trying to call the GetAsDateTime method raises an exception.

See Also

Personal tools
Previous Versions
Translations