Data.DBXDelegate.TDBXDelegateWritableValue.GetDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDate: TDBXDate; override;

C++

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

Properties

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

Description

Gets the date value for date data types.

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

Gets the date value for date data types.

Gets the date value for TDBXValue instances with a data type of DateType. Throws a TDBXError exception if IsNull is true.

See Also