Data.DBXCommon.TDBXInt8Value.GetAsInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInt8: ShortInt; override;

C++

virtual System::Int8 __fastcall GetAsInt8();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXInt8Value

Description

Gets the ShortInt representation of the value.

Data.DBXCommon.TDBXInt8Value.GetAsInt8 inherits from Data.DBXCommon.TDBXValue.GetAsInt8. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsInt8.

Gets the ShortInt representation of the value.

GetAsInt8 returns a ShortInt representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also