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

TIniFile.ReadSectionRaw

Read raw section.

Declaration

Source position: inifiles.pp line 242

public procedure TIniFile.ReadSectionRaw(

  const Section: string;

  Strings: TStrings

);

Arguments

Section

  

Section name to read.

Strings

  

Strings to store section contents in.

Description

ReadSectionRaw returns the contents of the section Section as it is: this includes the comments in the section. (these are also stored in memory)

See also

TIniFile.ReadSection

  

Read the key names in a section.

TCustomIniFile.ReadSection

  

Read the key names in a section.


Documentation generated on: Jul 24 2023