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

TCustomIniFile.SectionExists

Check if a section exists.

Declaration

Source position: inifiles.pp line 175

public function TCustomIniFile.SectionExists(

  const Section: string

):Boolean; virtual;

Arguments

Section

  

Name of the section.

Function result

True if a section named Section exists and is non-empty.

Description

SectionExists returns True if a section with name Section exists, and contains keys. (comments are not considered keys)

See also

TCustomIniFile.ValueExists

  

Check if a value exists.


Documentation generated on: Jul 24 2023