Data.DBXCommon.TDBXWritableValue.AsInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;

C++

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

Propriétés

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


Description

ShortInt est la représentation de ce TDBXWritableValue.

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

Voir aussi