axlGetCurrentHistory
axlGetCurrentHistory(t_sessionName) =>x_historyHandle/ nil
Description
Returns the internal integer value representing the current history entry in active use.
Arguments
Value Returned
|
Integer value representing the handle to the currently active history entry is returned. |
||
|
Integer value representing the handle to the currently active history entry is not returned. |
||
Examples
Returns the integer value 1002 that represents the current history entry.
sess=axlGetWindowSession()
"session0"
axlGetCurrentHistory( "session0" )
=> 1002
Return to top