System.Win.Registry.TRegIniFile.ReadSections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadSections(Strings: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegIniFile

Description

Retrieves the names of all subkeys associated with the current key.

Call ReadSections to retrieve the names of all subkeys associated with the current key.

Strings specifies the string object to hold the retrieved names. Strings can point to a TStrings object, or to a component property, such as Items for a TListBox component, that is a TStrings object itself.

See Also