About Download Help Library Script Library Forum Links







Application Web Session Var

MonkeyTerm Object Model

Object: Terminal

 Property Timer1(Index As Long) As Timer
 Property Scrollbar(Index As Long) As VScrollBar
 Sub Redraw()
 Property WrapWidth() As Long
 Property FontBold() As Boolean
 Property FontSize() As Integer
 Property FontName() As String
 Sub GotoBottom()
 Sub Scroll(lngDeltaY As Long)
 Property PageWidth() As Long
 Property PageHeight() As Long
 Property Cursor() As Cursor
 Sub WriteScreenBuffer(lngX As Long, lngY As Long, bCharcode As Byte, bColor As Byte)
 Sub ClearScreen()
 Sub FillArea(lX1 As Long, lY1 As Long, lX2 As Long, lY2 As Long, [bChar As Byte = 32], [bColor As Byte = 0])
 Sub PrintString(byval str As String)
 Sub PrintAChar(C As Byte)
 Sub PrintReturn()
 Sub Copy()
 Function Paste() As Variant
 Sub ResetColors()
 Property Color(Index As Integer) As Long
 Sub SetFont(FontName As String, FontSize As Integer, FontBold As Boolean)