Data.DBXDBReaders.TDBXDataSetRow.SetTime
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXDataSetRow |
Delphi
procedure SetTime(DbxValue: TDBXTimeValue; Value: TDBXTime); override;
C++
virtual void __fastcall SetTime(Data::Dbxcommon::TDBXTimeValue* DbxValue, Data::Dbxcommon::TDBXTime Value);
Description
Sets the value of the field specified by DbxValue
to the TDBXTime value specified by Value
.