Data.DBXDelegate.TDBXDelegateWritableValue.GetUInt8

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

Delphi

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

C++

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

プロパティ

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

説明

この TDBXValueByte 値を取得します。

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

この TDBXValueByte 値を取得します。

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

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

関連項目