API:Data.DBXCommon.TDBXWritableValue.AsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsUInt8: Byte read GetAsUInt8 write SetAsUInt8;

C++

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

Properties

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

Description

AsUInt8 is the Byte representation of this TDBXValue.

Data.DBXCommon.TDBXWritableValue.AsUInt8 inherits from Data.DBXCommon.TDBXValue.AsUInt8. All content below this line refers to Data.DBXCommon.TDBXValue.AsUInt8.

AsUInt8 is the Byte representation of this TDBXValue.

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

See Also