Data.DBXCommon.TDBXValue.AsUInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsUInt8: Byte read GetAsUInt8;

C++

__property System::Byte AsUInt8 = {read=GetAsUInt8, nodefault};

Propriétés

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

Description

AsUInt8 est la représentation Byte de ce TDBXValue.

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

Voir aussi