Data.DBXCommon.TDBXUInt8Value.GetUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUInt8: Byte; override;

C++

virtual System::Byte __fastcall GetUInt8()/* overload */;
inline System::Byte __fastcall  GetUInt8(System::Byte defaultValue){ return TDBXValue::GetUInt8(defaultValue); }

Properties

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

Description

Returns the Byte value stored by this TDBXUInt8Value.

See Also