wodTelnetDLX ActiveX Control - wodTelnetDLX Object
    
 
Description

wodTelnetDLX Class


Object Model




Members
Methods
AbortTransfer Aborts current file transfer.
About Displays about box.
Clear Clears terminal window.
Connect Connects to remote server.
Disconnect Disconnects from remote server.
Execute Executes blocking method and waits until completed.
Peek Receives incoming data without removing it from the buffer.
PeekLine Receives incoming line without removing it from the buffer.
Play Play previously recorded session.
PrintText Prints text in the terminal window.
Receive Receives data from server.
ReceiveFile Receives file using specified protocol (ZMODEM).
ReceiveLine Receives line of text, if available.
Record Start recording current session.
SelectRect Selects rectangle of text.
Send Sends data to server.
SendFile Sends file using specified protocol (ZMODEM).
SendSpecial Sends special key to the server, depending on emulation.
WaitFor Waits and reads data until pattern is found.

Properties
Authentication Read-write property Determines which authentication type is used.
AutoSize Read-write property Determines whether a control is automatically resized to display its entire contents.
BackColor Read-write property Determines the background color of the wodTelnetDLX.
BackLog Read-write property Determines size of backlog buffer.
Blocking Read-write property Determines if methods are blocking.
BorderVisible Read-write property Returns or sets whether the control is displayed with a border.
Certificate Read-write property Holds local certificate to be used for authentication.
CharEncoding Read-write property Determines which character encoding is used.
Column Read-write property Determines current column where cursor is located.
Columns Read-write property Determines number of columns shown in the terminal window.
ColWidth Read-only property Determines number of columns shown in the terminal window.
Command Read-write property Specifies command to be sent to server upon connection.
ContextMenu Read-only property Holds HMENU handle to context menu.
CursorHeight Read-write property Determines cursor height.
DataOut Read-write property Holds total numbers of bytes waiting to leave local side.
DataReady Read-write property Holds total numbers of bytes waiting to be received by your application.
Enabled Read-write property Returns or sets a value that determines whether a form or control can respond to user-generated events.
ErrorText Read-only property Returns string explanation of error that occured.
ExitSignal Read-only property Holds exit signal from SSH connection.
ExitStatus Read-only property Holds exit status from SSH connection.
Font Read-write property Returns a Font object.
ForeColor Read-write property Returns or sets the foreground color used to display text and graphics in an object.
HandleSysKeys Read-write property Determines whether a control is handling system keys (such as ALT+F4).
Hostname Read-write property Determines Hostname of remote server.
hWnd Read-only property Handle of control's window.
KeepAlives Read-write property Defines number of seconds of inactivity before KeepAlive ignore packets are sent.
LastError Read-only property Returns last error that occured.
Login Read-write property Determines username/login to be used with server.
MousePointer Read-write property Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of an object at run time.
MouseWheel Read-write property Determines if mouse wheel is supported.
MyHostname Read-write property Holds hostname of local computer.
MyIP Read-write property Holds IP address of local computer.
Notification Read-write property Fast notification interface to use instead of events.
Password Read-write property Determines password to be used with server.
Picture Read-write property Returns or sets a graphic to be displayed in a control.
Port Read-write property Determines port on remote server.
Prompt Read-write property Holds command prompt string to expect from server.
Protocol Read-write property Determines protocol to use for connection.
ProxyHostname Read-write property Specifies the hostname of proxy to use.
ProxyLogin Read-write property Specifies the login/username to use when connecting to proxy server.
ProxyPassword Read-write property Specifies the password to use when connecting to proxy server.
ProxyPort Read-write property Specifies the port to use for proxy server.
ProxyType Read-write property Specifies the type of proxy to use.
RecordMode Read-write property Determines which record mode is used.
RemoteIdentification Read-only property Holds remote identification string.
Row Read-write property Determines current row where cursor is located.
RowHeight Read-only property Returns height of the each row, in pixels.
Rows Read-write property Determines number of rows shown in the terminal window.
ScrollBars Read-write property Returns or sets a value indicating whether an object has horizontal or vertical scroll bars.
ScrollX Read-write property Determines position of horizontal scroll bar.
ScrollY Read-write property Determines position of vertical scroll bar.
SelectedText Read-write property Returns line(s) of text from terminal screen that are currently selected.
ShowCursor Read-write property Determines if cursor is shown.
SpecialKeyFocus Read-write property Determines if special (function) keys are processed by wodTelnetDLX.
State Read-only property Holds current state information.
StateText Read-only property Provides string expression of a state.
StripANSI Read-write property Automatically removes ANSI codes from received data.

StripColors

Read-write property Removes color attributes from received content.
TabStop Read-write property Returns or sets a value indicating whether a user can use the TAB key to give the focus to an object.
TelnetOption Read-write property Specifies telnet negotiation options.
TerminalEmulation Read-write property Determines local terminal emulation.
TerminalType Read-write property Selects terminal type that is reported to the server.
Text Read-write property Returns line(s) of text from terminal screen.
Timeout Read-write property Timeout value, in seconds.
TranslateSpecial Read-only property Translates special key to byte sequence.
UseIPv6 Read-write property Determines if IPv6 addresses are allowed.
Version Read-write property Holds version information.

Events
Click Fires when user clicks on wodTelnetDLX window.
Connected Fires when wodTelnetDLX connects to remote server.
Disconnected Fires when wodTelnetDLX disconnects from server.
HostCertificate Fires when remote server provides its certificate.
HostFingerprint Fires when remote server provides public key fingerprint information.
KeyPress Fires when regular key is pressed.
KeyPressSpecial Fires when special key is pressed.
MenuClick Fires when user right-clicks on a menu item.
MiddleClick Fires when user performs middle button click on wodTelnetDLX window.
PrintData Fires when application has data to print.
PrintEnd Fires when application wants to end printing data.
PrintStart Fires when application wants to start printing data.
PromptReceived Fires when command prompt string is received.
Received Fires when there is data to be received.
RightClick Fires when user right-clicks on wodTelnetDLX window.
StateChange Fires when wodTelnetDLX changes its state.
TransferEnd Fires when file transfer ends.
TransferProgress Fires during file transfer.
TransferStart Fires when file transfer starts.