Loading...
 

CX_SYSTEM_OBJECT::GetShowStackOnError

CX_SYSTEM_OBJECT::GetShowStackOnError

Description:

This prompts whether to display the InstantView stack in case of an error. To be able to show the stack, the stack must be copied with every InstantView command. This is an overhead in the processing, which is normally unnecessary and is therefore switched off by default.

Code example:

The following code example shows how to request whether to save and display the stack.

SystemObject Call(GetShowStackOnError)
Stack
Stack Position Object type Brief description
Stack(In) Top SystemObject the method is called from the SystemObject
Stack(Out) Top INTEGER TRUE: Stack is displayed, FALSE: Stack is not displayed
Function call: Call(GetShowStackOnError)