API:Data.DBXCommon.TDBXUInt8Value.GetUInt8

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

Delphi

function GetUInt8: Byte; override;

C++

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

プロパティ

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

説明

この TDBXValueByte 値を取得します。

Data.DBXCommon.TDBXUInt8Value.GetUInt8 は Data.DBXCommon.TDBXValue.GetUInt8 を継承しています。以下の内容はすべて Data.DBXCommon.TDBXValue.GetUInt8 を参照しています。

この TDBXValueByte 値を取得します。

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

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

関連項目