help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Classes] Reference for unit 'IniFiles' (#fcl)

TIniFile.ReadSectionValues

Declaration

Source position: inifiles.pp line 182

public procedure TIniFile.ReadSectionValues(

  const Section: String;

  Strings: TStrings

); override;

Arguments

Section

  

Section to read key name/values from

Strings

  

Stringlist to store key/value pairs in.

Description

ReadSectionValues is the implementation of TCustomIniFile.ReadSectionValues. It operates on the in-memory copy of the inifile, and places all key names from Section together with their values in Strings.

See also

TIniFile.ReadSection

  

Read the key names in a section

TCustomIniFile.ReadSectionValues

  

Read names and values of a section

TIniFile.ReadSections

  

Read section names

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505