Talk:System.IniFiles.TCustomIniFile.SectionExists

From RAD Studio API Documentation
Jump to: navigation, search

SectionExists returns a Boolean value that indicates whether the section in question exists and is not empty.

To check for empty section you can use ReadSections method to get a TStringList and then use its IndexOf function.

I think this should be clarified...

--M.baso 03:35, 25 September 2012 (PDT)