Select Text
Kalipso - Form - Actions - Actions Description - Group Controls - Select Text
Last updated
Kalipso - Form - Actions - Actions Description - Group Controls - Select Text
Last updated
Select a set of characters on a specified input box.
Action available for the following operating systems:
Control <unquoted string> - The name of the control.
Begin <numeric> - Defines the begin of the selected text.
End <numeric> - Defines the end of the selected text.
Consider that exists an input box named "InputBox" and with the text "kalipso".
Result: All the text in the input box is selected ("kalipso").
Result: The first 6 characters are selected ("kalips").
Result: The first 3 characters are selected ("kal").
If Begin parameter is 0 and End is -1, all the text in the input control is selected.
If Begin is -1, any current selection is removed.