Data.DBXCommon.TDBXValue.GetAsInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetAsInt8: ShortInt; virtual;

C++

virtual System::Int8 __fastcall GetAsInt8();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue


Description

Obtient la représentation ShortInt de la valeur.

GetAsInt8 renvoie une représentation ShortInt de la valeur. Elle applique une conversion de type, si nécessaire. S'il n'existe pas de conversion prise en charge pour ce type, une exception est déclenchée.

Voir aussi