Data.DBXCommon.TDBXInt16Value.GetAsInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetAsInt8: ShortInt; override;

C++

virtual System::Int8 __fastcall GetAsInt8();

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXInt16Value

Description

Obtient la représentation ShortInt de la valeur.

Data.DBXCommon.TDBXInt16Value.GetAsInt8 hérite de Data.DBXCommon.TDBXValue.GetAsInt8. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TDBXValue.GetAsInt8.

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