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