| 69 | bool ValueExists(const AnsiString Section, const AnsiString Ident); |
| 70 | |
| 71 | int GetError(void) { return IniError; } |
| 72 | bool operator ! () { return GetError()!=0; } |
| 73 | __property bool Change = {read=bChange, write=bChange}; |
| 74 | __property bool AnyError = {read=bAnyError, write=bAnyError}; |
nothing calls this directly
no outgoing calls
no test coverage detected