axlGetHistoryPrefix
axlGetHistoryPrefix(x_sessionName) =>t_historyPrefix/ nil
Description
Returns the current history prefix value from the given session. The prefix value depends on the run mode selected in the session.
Arguments
Value Returned
|
The current history prefix value in the session is returned. |
||
|
The current history prefix value in the session is not returned. |
||
Examples
Returns the current history prefix from the session.
session=axlGetWindowSession()
=> "session1"
axlGetHistoryPrefix(session)
=> "Interactive"
Related Topics
Return to top