Data.DBXMemoryRow.TDBXMemoryRow.GetDate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
Delphi
procedure GetDate(DbxValue: TDBXDateValue; var Value: TDBXDate;
var IsNull: LongBool); override;
C++
virtual void __fastcall GetDate(Data::Dbxcommon::TDBXDateValue* DbxValue, Data::Dbxcommon::TDBXDate &Value, System::LongBool &IsNull);
Description
Gets the date value for the TDBXDate data types.
GetDate gets the date value for TDBXMemoryRow instances of a data type stored as TDBXDate.