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
SelectRect method
Selects rectangle of text.
Syntax
- Basic
object.SelectRect (X1, Y1, X2, Y2)
The SelectRect(object,X1,Y1,X2,Y2) syntax has these parts:
The SelectRect(object,X1,Y1,X2,Y2) syntax has these parts:
object | An expression evaluating to an object of type wodTelnetDLX |
X1 | A Long value that points to horizontal value of upper-left corner of the rectangle to be selected. |
Y1 | A Long value that points to vertical value of upper-left corner of the rectangle to be selected. |
X2 | A Long value that points to horizontal value of lower-right corner of the rectangle to be selected. |
Y2 | A Long value that points to vertical value of lower-right corner of the rectangle to be selected. |
Remarks
This method is only available in OCX (GUI) version of the component.SelectRect method is used to select rectangle of text inside the wodTelnetDLX GUI. Result of this command is same as if user would select the text using the mouse. No events are fired as a result of this command.
If X1,Y1 are the same as X2,Y2 then selection is removed.