Data.DBXDelegate.TDBXDelegateWritableValue.GetAsDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsDate: TDBXDate; override;

C++

virtual Data::Dbxcommon::TDBXDate __fastcall GetAsDate();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Get TDBXDate representation of value.

Data.DBXDelegate.TDBXDelegateWritableValue.GetAsDate inherits from Data.DBXCommon.TDBXValue.GetAsDate. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsDate.

Get TDBXDate representation of value.

GetAsDate returns a TDBXDate representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also