API:Data.DBXCommon.TDBXWritableValue.AsInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;

C++

__property System::Int8 AsInt8 = {read=GetAsInt8, write=SetAsInt8, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

AsInt8 is the ShortInt representation of this TDBXValue.

Data.DBXCommon.TDBXWritableValue.AsInt8 inherits from Data.DBXCommon.TDBXValue.AsInt8. All content below this line refers to Data.DBXCommon.TDBXValue.AsInt8.

AsInt8 is the ShortInt representation of this TDBXValue.

If there is no supported conversion to this type, an exception is raised.

See Also