The SelectText attribute function selects text for further editing.
|
Syntax | ||||
|
SelectText(FirstLine, FirstCol, LastLine, LastCol, [LanguageID]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
FirstLine |
Long |
ByVal |
First line of the block |
|
Required |
FirstCol |
Long |
ByVal |
First column of the block |
|
Required |
LastLine |
Long |
ByVal |
Last line of the block |
|
Required |
LastCol |
Long |
ByVal |
Last column of the block |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||