Data.DBXCommon.TDBXInt16Value.SetInt16
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXInt16Value |
Delphi
procedure SetInt16(const Value: SmallInt); override;
C++
virtual void __fastcall SetInt16(const short Value);
Description
Sets the the smallInt value for 16-bit integer data types.
Sets the the smallInt value for TDBXValue instances with a data type of Int16Type.