Data.DBXCommon.TDBXValue.AsInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsInt8: ShortInt read GetAsInt8;

C++

__property System::Int8 AsInt8 = {read=GetAsInt8, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue


Description

AsInt8 est la représentation de ShortInt de ce TDBXValue.

S'il n'existe pas de conversion prise en charge pour ce type, une exception est déclenchée.

Voir aussi