Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 1.0.
Specifies the mode in which the session is running.
Syntax
ExecutionMode := Session.CurrentExecutionMode()
Note
This method can be invoked without specifying the data type name.
Return Value
ExecutionMode
Type: ExecutionMode
The mode in which the session is running.
Example
This example requires that you create a variable named Mode that has a DataType of ExecutionMode.
Mode := CurrentExecutionMode;
Message('Current execution mode is %1.', Mode);