2.357 .selected_string
This attribute returns the user-selected text in string form without formatting. A change in the selection is signaled via the select event.
Definition
-
Data type
string
-
Access
get
-
changed event
no
-
C
Data type: DT_string
-
COBOL
Data type: DT-string
-
Classification
object-specific attribute
-
Objects
In addition to user selection, text selection or resetting can also be performed programmatically by calling the :action() method with action strings such as "SelectAll" or "Unselect".
See also
Object dmw_webview