Data.DBXDBReaders.TDBXParamsRow.SetDouble

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: TDBXParamsRow

Delphi

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

C++

virtual void __fastcall SetDouble(Data::Dbxcommon::TDBXDoubleValue* DbxValue, double Value);

Description

Sets the value of the field parameter specified by DbxValue to the Double value specified by Value.

See Also