About Download Help Library Script Library Forum Links







Application Web Session Var

MonkeyTerm Object Model

Object: Session

 Property Terminal(Index As Long) As Terminal
 Property Browser(Index As Long) As BrowserControl
 Property CmdBox(Index As Long) As TextBox
 Function CollapsePath(byval sPath As Variant) As String
 Function ExpandPath(byval sPath As String) As String
 Sub UpdateLayout()
 Sub Paste()
 Sub Cut()
 Sub Copy()
 Sub ShowTree([strPath As String = ""])
 Sub EvaluateCommand(strCmd As String, [objMatches As Collection = Nothing], [Gag As Boolean = False], [bReset As Boolean = False])
 Sub Disconnect()
 Sub Connect()
 Sub ShowOptions(OptionPage As OptionPageEnum)
 Property SessionName() As String
 Sub Save([blnSaveAs As Boolean = False])
 Property TXTFilename() As String
 Property ANSIFilename() As String
 Property Protocol() As VT100Parser
 Property CmdHandler() As CommandHandler
 Property FileName() As String
 Property Port() As Long
 Property Host() As String
 Property KeepCommand() As Boolean
 Property SaveOnExit() As Boolean
 Property JumpOnOutput() As Boolean
 Property JumpOnKeyPressed() As Boolean
 Property Response() As Buffers
 Property Web() As Web
 Property Events() As EventCollection
 Property Variables() As Variables
 Property KeyBindings() As KeyBindingCollection
 Property Substitutes() As SubstituteCollection
 Property Actions() As ActionCollection
 Property Aliases() As AliasCollection