Data.DBXCommon.TDBXWritableValue.AsUInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsUInt8: Byte read GetAsUInt8 write SetAsUInt8;

C++

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

Propriétés

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


Description

Byte est la représentation de ce TDBXWritableValue.

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

Voir aussi