RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegIniFile.ReadSections Method

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

Pascal
procedure ReadSections(Strings: TStrings);
C++
__fastcall ReadSections(TStrings Strings);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!