Data.DBXCommon.TDBXWritableValue.SetInt8
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetInt8(const Value: ShortInt); virtual;
C++
virtual void __fastcall SetInt8(const System::Int8 Value);
Description
Sets the ShortInt value for TDBXWritableValues with a DataType of Int8Type.