Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Record method
Start recording current session.
Syntax
- Basic
object.Record (Filename)
The Record(object,Filename) syntax has these parts:
The Record(object,Filename) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Filename | Required. A String value. Full path to a file where session data will be saved. |
Remarks
This method is only available in OCX (GUI) version of the component.Record method will start recording of all data that is sent and received in current session, or until Record method is called again with Filename set to "". Until that time, file specified in Filename argument will be locked and will be updated with contents of sent and received data.
Using RecordMode property record mode can be adapted to record only data that is sent or one that is received. This data can reconstruct your session simply by calling Play method.