MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetError

Method GetError

sourcecommon/inif.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected