Data.DBXMemoryRow.TDBXMemoryRow.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
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the Integer value for the 32-bit integer data types.

SetInt32 sets the Integer value for TDBXMemoryRow instances of an Int32 data type.

See Also