selection | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | The selection is a reference to the currently selected text. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: selectGroupedControls, selected Message: openField, selectionChanged Keyword: intersect Control Structure: function Function: selectedLoc, mouseColor, functionNames Command: cut, copy Glossary: keyword, command, function, container |
Description | Use the selection keyword to get the currently selected text or to replace the selection. Certain commands--in particular, the cut and copy commands--operate on the selected text.
|
Tags | ui |