|
|
|
|
|
TextWithoutFormat (Property) In french: TexteSansFormat
// Copy the raw text  to a second edit control EDT_RawText = EDT_HTMLText.TextWithoutFormat
Syntax
<Result> = <Control used>.TextWithoutFormat
<Result>: Character string Text contained in the edit control without the formatting tags.Caution: If the control is a Unicode control, the string returned is a Unicode string. <Control used>: Control name Name of the control to be used: - Name of the rich edit control to use.
- HTML Display control.
- HTML Editor control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|