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
SelectedText property
Returns line(s) of text from terminal screen that are currently selected.
Type
StringSyntax
- Basic
object.SelectedText ([Index])
The SelectedText(object,Index) syntax has these parts:
The SelectedText(object,Index) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
Index | Variant. |
Remarks
This property is only available in OCX (GUI) version of the component.This method returns currently selected text. If Index argument is not specified, then full selection is returned, split by VbCrlf (CR+LF) sequence. If Index is selected, then only n-th row is returned.
No matter which row is selected (for example, selection spans from row 3 to row 10), Index = 0 will return 1st selected row (row 3 in this case...). Setting this property to anything will clear out current selection, and argument passed to this property will be ignored.