Data.DBXDelegate.TDBXDelegateWritableValue.GetDate
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetDate: TDBXDate; override;
C++
virtual Data::Dbxcommon::TDBXDate __fastcall GetDate();
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.