Programming with Reflection

image\rwnprg32.gif SetSelectionStartPos method

 

Syntax object.SetSelectionStartPos Row, Column

 

Description

Sets starting coordinates for selecting text. You can also set the selection start position by clicking in the terminal window with the mouse. If no selection start position has been set, the default is row 1, column 1.

Arguments

Row Argument type: Integer
The row in which the selection begins. You can use rcMouseRow to specify the row where the mouse was last clicked.

Column Argument type: Integer
The column in which the selection begins. You can use rcMouseCol to specify the column where the mouse was last clicked.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command