Data.DBXCommon.TDBXSingleValue.GetAsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsUInt8: Byte; override;

C++

virtual System::Byte __fastcall GetAsUInt8();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXSingleValue

Description

Gets a UInt8 representation of the value.

Data.DBXCommon.TDBXSingleValue.GetAsUInt8 inherits from Data.DBXCommon.TDBXValue.GetAsUInt8. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsUInt8.

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