System.Win.Registry.TRegIniFile.ReadSections

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

Delphi

procedure ReadSections(Strings: TStrings);

C++

void __fastcall ReadSections(System::Classes::TStrings* Strings);

プロパティ

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

説明

現在のキーに関連付けられているすべてのサブキーの名前を取り出します。

ReadSections メソッドを呼び出すと,現在のキーに関連付けられているすべてのサブキーの名前を取り出すことができます。

Strings は取り出される名前を保持する文字列オブジェクトを指定します。Strings は TStringList オブジェクト,または TStrings オブジェクト自体である TListBox コンポーネントの Items などのコンポーネントプロパティを指すことができます。

関連項目