GetShowErrorsInResult
getShowErrorsInResult
Returns the current error message showing option which defines whether the error message could be shown for table diagrams or not.
Syntax
getShowErrorsInResult()
Arguments
none
Return type
bool
Examples
bool b = getShowErrorsInResult();
if (b) print("The error message could be shown for table diagrams.");
else print("The error message could not be shown for table diagrams.");
//Result: The error message could not be shown for table diagrams.
Availability
Version 5.4