The system function getTextSelectionEnabled() indicates
whether the user can select text from a Rich UI handler or widget
that you are developing. By default, the user cannot select text,
but you can change the behavior of the application by setting setTextSelectionEnabled().
Syntax
result BOOLEAN = ruiLib.getTextSelectionEnabled()
- result
- A Boolean value that indicates whether text selection is enabled.