Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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);