selTextRTF

Type: String

Availability: Not available at design time, read or write at run time

The selTextRTF property of the JadeRichText control contains the selected text in rich text format, consisting of an empty string ("") if no characters are selected.

Use this property for tasks such as setting the insertion point, establishing an insertion range, selecting substrings in a control, or clearing text.

Setting the selTextRTF property to a new value sets the selLength property to zero (0) and replaces the selected text with the new string.