Data.DBXDBReaders.TDBXDataSetRow.SetDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDouble(DbxValue: TDBXDoubleValue; Value: Double); override;

C++

virtual void __fastcall SetDouble(Data::Dbxcommon::TDBXDoubleValue* DbxValue, double 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 Double value specified by Value.

See Also