Data.DBXCommon.TDBXValue.GetAsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsUInt8: Byte; virtual;

C++

virtual System::Byte __fastcall GetAsUInt8();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Gets a UInt8 representation of the value.

GetAsUInt8 returns a UInt8 representation of the value. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also