Data.DBXDBReaders.TDBXParamsRow.SetInt8

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 SetInt8(DbxValue: TDBXInt8Value; Value: ShortInt); override;

C++

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

Description

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

See Also