Data.DBXDBReaders.TDBXParamsRow.SetInt16

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 SetInt16(DbxValue: TDBXInt16Value; Value: SmallInt); override;

C++

virtual void __fastcall SetInt16(Data::Dbxcommon::TDBXInt16Value* DbxValue, short Value);

Description

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

See Also