Data.DBXDBReaders.TDBXParamsRow.SetSingle

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 SetSingle(DbxValue: TDBXSingleValue; Value: Single); override;

C++

virtual void __fastcall SetSingle(Data::Dbxcommon::TDBXSingleValue* DbxValue, float Value);

Description

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

See Also