Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TIniFile.ReadSections

Read section names.

Declaration

Source position: inifiles.pp line 243

public procedure TIniFile.ReadSections(

  Strings: TStrings

); override;

Arguments

Strings

  

Stringlist to store section names in.

Description

ReadSections is the implementation of TCustomIniFile.ReadSections. It operates on the in-memory copy of the inifile, and places all section names in Strings.

See also

TIniFile.ReadSection

  

Read the key names in a section.

TCustomIniFile.ReadSections

  

Read the list of sections.

TIniFile.ReadSectionValues

  


Documentation generated on: Jul 24 2023