Data.DBXDBReaders.TDBXParamsRow.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
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXParamsRow

Description

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

See Also