API:System.Win.Registry.TRegIniFile.ReadInteger

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

Delphi

function ReadInteger(const Section, Ident: string; Default: Integer): Integer;

C++

HIDESBASE int __fastcall ReadInteger(const System::UnicodeString Section, const System::UnicodeString Ident, int Default);

プロパティ

種類 可視性 ソース ユニット
function public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegIniFile

説明

カレントキーに関連付けられた特定のデータ値から整数値を取得します。

System.Win.Registry.TRegIniFile.ReadInteger は System.Win.Registry.TRegistry.ReadInteger を継承しています。以下の内容はすべて System.Win.Registry.TRegistry.ReadInteger を参照しています。

カレントキーに関連付けられた特定のデータ値から整数値を取得します。

ReadInteger を呼び出すと,カレントキーに関連付けられた特定のデータ値から整数値を読み出すことができます。Name は読み出すデータ値の名前です。

Registry エントリが整数を格納していない場合は例外が生成されます。

関連項目