Unit 'JsonIni' Package
[Overview][Classes][Index] [#fcl]

TJSONIniFile.ReadSections

Reads all section names from the JSON ini file

Declaration

Source position: jsonini.pp line 74

public procedure TJSONIniFile.ReadSections(

  Strings: TStrings

); override;

Arguments

Strings

  

String list to store the section names

Description

ReadSections reads all section names from the JSON ini file and adds them to the Strings list. Only top-level JSON objects are considered sections.

See also

ReadSection

  

Reads all key names from a section

ReadSectionValues

  

Reads all key-value pairs from a section


Documentation generated on: Jan 27 2026