Data.DBXCommon.TDBXUInt16Value.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 TDBXUInt16Value

Description

Gets the ShortInt representation of the value.

GetAsInt8 returns a ShortInt representation of the value after applying a type conversion.

See Also