---------------------------------------------------------------------------
| 369 | } |
| 370 | //--------------------------------------------------------------------------- |
| 371 | bool TMYIniFile::SectionExists(const AnsiString Section) |
| 372 | { |
| 373 | return Find(Section.c_str()) >= 0; |
| 374 | } |
| 375 | //--------------------------------------------------------------------------- |
| 376 | bool TMYIniFile::ValueExists(const AnsiString Section, const AnsiString Ident) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected