Data.DBXDBReaders.TDBXDataSetRow.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
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetRow

Description

Sets the value of the field specified by DbxValue to the TDBXTime value specified by Value.

See Also