Data.DBXMemoryRow.TDBXMemoryRow.SetTime

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 SetTime(DbxValue: TDBXTimeValue; Value: TDBXTime); override;

C++

virtual void __fastcall SetTime(Data::Dbxcommon::TDBXTimeValue* DbxValue, Data::Dbxcommon::TDBXTime Value);

Description

Sets the time value for the TDBXTime data types.

SetTime sets the time value for TDBXMemoryRow instances of a data type stored as TDBXTime.

See Also