Data.DBXMemoryRow.TDBXMemoryRow.SetDate

From RAD Studio API Documentation
Jump to: navigation, search

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
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the date value for the TDBXDate data types.

SetDate sets the date value for TDBXMemoryRow instances of a data type stored as TDBXDate.

See Also