|
|
|
|
|
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags. MyText is string MyText = EDT_HTML.SelectedTextWithTag IF Position(MyText, "<A ") > 0 THEN Message("In link selection") END
Sintaxis
Retrieving the selected text with the tags Ocultar los detalles
<Text> = <Edit control>.SelectedTextWithTag
<Text>: Character string Text found in the edit control with the formatting tags.Warning If the field is a Unicode field, the string returned is a Unicode string. <Edit control>: Control name Name of the rich edit control to use.
Modifying the selected text with the tags Ocultar los detalles
<Edit control>.SelectedTextWithTag = <New text>
<Edit control>: Control name Name of the rich edit control to use. <New text>: Character string New text that must be displayed in the edit control with the formatting tags.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|