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

TCustomIniFile.ReadSections

Read the list of sections.

Declaration

Source position: inifiles.pp line 195

public procedure TCustomIniFile.ReadSections(

  Strings: TStrings

); virtual; abstract;

Arguments

Strings

  

Stringlist in which to return section names.

Description

ReadSections returns the names of existing sections in Strings. It also returns names of empty sections.

See also

SectionExists

  

Check if a section exists.

ReadSectionValues

  

Read names and values of a section.

ReadSection

  

Read the key names in a section.


Documentation generated on: Jul 24 2023