Data.DBXMemoryRow.TDBXMemoryRow.SetInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt8(DbxValue: TDBXInt8Value; Value: ShortInt); override;

C++

virtual void __fastcall SetInt8(Data::Dbxcommon::TDBXInt8Value* DbxValue, System::Int8 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the Shortint value for the 8-bit integer data types.

SetInt8 sets the Shortint value for TDBXMemoryRow instances of an Int8 data type.

See Also