Data.DBXCommon.TDBXUInt16Value.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 TDBXUInt16Value

Description

Gets the Byte representation of the value.

GetAsUInt8 returns a Byte representation of the value after applying a type conversion.

See Also