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