Loading...
 

CX_SYSTEM_OBJECT::GetDialogTimeout

CX_SYSTEM_OBJECT::GetDialogTimeout

210371

Description:

Returns the last global timeout set with SetDialogTimeout as CX_VALUE with the unit seconds. If no dialog timeout is currently set, NULL is returned.

Code example:
LocalVar(prevTimeout) SystemObject Call(GetDialogTimeout) -> prevTimeout 20s SystemObject Call(SetDialogTimeout) "This Dialog will close in 20 seconds" Attention(,INFO) prevTimeout SystemObject Call(SetDialogTimeout)

Stack

Stack Position Object type Brief description
Stack(In) Top
Stack(Out) Top CX_VALUE | ZERO The currently set timeout
Function call: Call(GetDialogTimeout)

See also: SetDialogTimeout