BBjListEdit::select
Description
In BBj 5.0 and higher, this method selects text from the edit area of the BBjListEdit control.
Syntax
Return Value |
Method |
void |
select(int startIndex, int endIndex) |
Parameters
Variable |
Description |
startIndex |
Specifies the 0-based index of the beginning of the text to be selected. |
endIndex |
Specifies the 0-based index of the end of the text to be selected. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.