Data.DBXCommon.TDBXValue.GetUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUInt8: Byte; overload; virtual;
function GetUInt8(defaultValue: Byte): Byte; overload; virtual;

C++

virtual System::Byte __fastcall GetUInt8(void)/* overload */;
virtual System::Byte __fastcall GetUInt8(System::Byte defaultValue)/* overload */;

Properties

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

Description

Gets the Byte value of this TDBXValue.

defaultValue specifies the value that is returned if IsNull is True.

If defaultValue is not specified, a TDBXError is raised when IsNull is True.

See Also