setTextSelectionEnabled()

The RUILib.setTextSelectionEnabled() system function sets a value that specifies whether the user can select text in a Rich UI widget that you are developing.

The function is used when you are developing a Rich UI widget, but not when you are developing a Rich UI handler.

Syntax

  RUILib.setTextSelectionEnabled(trueOrFalse BOOLEAN)
trueOrFalse
A Boolean value that causes text selection to be disabled (as is the default) or enabled.

Feedback