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