Data.DBXCommon.TDBXValue.GetUInt8

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue


説明

この TDBXValueByte 値を取得します。

defaultValue は、IsNullTrue の場合に返される値を示します。

defaultValue が指定されていない場合、TDBXError は、IsNullTrue の場合に例外を発生させます。

関連項目