Data.DBXCommon.TDBXBcdValue.SetAsInt8
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBcdValue |
Delphi
procedure SetAsInt8(const Value: ShortInt); override;
C++
virtual void __fastcall SetAsInt8(const System::Int8 Value);
Description
Sets the value as a SmallInt representation.
Data.DBXCommon.TDBXBcdValue.SetAsInt8 inherits from Data.DBXCommon.TDBXWritableValue.SetAsInt8. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsInt8.
Sets the value as a SmallInt representation.
SetAsInt8 sets the value as a SmallInt representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.