Data.DBXDBReaders.TDBXDataSetRow.SetTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXDataSetRow

Delphi

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

C++

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

Description

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

See Also