Data.DBXDBReaders.TDBXDataSetRow.SetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt32(DbxValue: TDBXInt32Value; Value: TInt32); override;

C++

virtual void __fastcall SetInt32(Data::Dbxcommon::TDBXInt32Value* DbxValue, int 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 Integer value specified by Value.

See Also