Data.DBXMemoryRow.TDBXMemoryRow.SetTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTime(DbxValue: TDBXTimeValue; Value: TDBXTime); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

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