Difference between revisions of "SetShowErrorsInResult"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Result display method functions]]
 
[[Category:Result display method functions]]

+
{{HelpFiles}}
  
 
=====setShowErrorsInResult=====
 
=====setShowErrorsInResult=====

Revision as of 12:05, 12 December 2011



setShowErrorsInResult

Enables or disables the error message which can be shown for table diagrams .

Syntax

setShowErrorsInResult(enabled)

Arguments

enabled: Is a boolean expression. If true the error message will be included, if false the error message will not be included

Return type

empty

Examples

setShowErrorsInResult(true);

Availability

Version 5.4