Data.DBXCommon.TDBXWritableValue.AsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWritableValue

Delphi

property AsUInt8: Byte read GetAsUInt8 write SetAsUInt8;

C++

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

Description

Byte representation of this TDBXWritableValue.

If there is no supported conversion to this type, an exception is raised.

See Also