Data.DBXDelegate.TDBXDelegateWritableValue.GetAsInt8

From RAD Studio API Documentation

Delphi

function GetAsInt8: ShortInt; override;

C++

virtual System::Int8 __fastcall GetAsInt8(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Gets the ShortInt representation of the value. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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