Data.DBXMemoryRow.TDBXMemoryRow.SetDate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

Delphi

procedure SetDate(DbxValue: TDBXDateValue; Value: TDBXDate); override;

C++

virtual void __fastcall SetDate(Data::Dbxcommon::TDBXDateValue* DbxValue, Data::Dbxcommon::TDBXDate Value);

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