Data.DBXDBReaders.TDBXDataSetRow.SetDate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXDataSetRow

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 specified by DbxValue to the TDBXTime value specified by Value.

See Also