Data.DBXMemoryRow.TDBXMemoryRow.GetUInt8

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

Delphi

procedure GetUInt8(DbxValue: TDBXUInt8Value; var Value: Byte;  var IsNull: LongBool); override;

C++

virtual void __fastcall GetUInt8(Data::Dbxcommon::TDBXUInt8Value* DbxValue, System::Byte &Value, System::LongBool &IsNull);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

説明

8 ビット符号なし整数型の Byte 値を取得します。

GetInt8 は、UInt8 データ型の Byte 値を、TDBXMemoryRow インスタンスから取得します。

関連項目