[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
Check if a section exists.
Source position: inifiles.pp line 130
public function TCustomIniFile.SectionExists( |
const Section: String |
):Boolean; virtual; |
Section |
|
Name of the section |
True if a section named Section exists and is non-empty.
SectionExists returns True if a section with name Section exists, and contains keys. (comments are not considered keys)
|
Check if a value exists |
No notes exist for this page yet.