Data.DBXDBReaders.TDBXDataSetRow.SetSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSingle(DbxValue: TDBXSingleValue; Value: Single); override;

C++

virtual void __fastcall SetSingle(Data::Dbxcommon::TDBXSingleValue* DbxValue, float 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 Single value specified by Value.

See Also