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

説明

カレントキーに関連付けられた特定のデータ値から整数値を取得します。 {{#multireplace:System.Win.Registry.TRegIniFile.ReadInteger|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Win.Registry.TRegistry.ReadInteger|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Win.Registry.TRegistry.ReadInteger|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目