System.IsCollectingErrors() Method
Version: Available or changed with runtime version 8.1.
Gets a value indicating whether errors are currently being collected.
Syntax
Ok := System.IsCollectingErrors()
Note
This method can be invoked using property access syntax.
Note
This method can be invoked without specifying the data type name.
Return Value
Ok
Type: Boolean
True if errors are being collected, otherwise false.