Data.DBXDBReaders.TDBXDataSetRow.SetInt8

From RAD Studio API Documentation
Revision as of 09:31, 21 September 2015 by AChavesBot (talk | contribs) (RS-69065)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 TDBXDataSetRow

Description

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

See Also