---------------------------------------------------------------------------
| 374 | } |
| 375 | //--------------------------------------------------------------------------- |
| 376 | bool TMYIniFile::ValueExists(const AnsiString Section, const AnsiString Ident) |
| 377 | { |
| 378 | return Find(Section.c_str(), Ident.c_str()) >= 0; |
| 379 | } |
| 380 | //--------------------------------------------------------------------------- |
| 381 | /* |
| 382 | char * SkipStartCntlChars(char * str) |
nothing calls this directly
no outgoing calls
no test coverage detected