TextEditor.Text

Syntax

Text: String;

Description

The Text property sets text shown in text area of the editor.

Comments

Use the setText method to set the property value and the getText method to get the property value. Property value cannot be set from JSON.

Example

The property use is given in the page with description of the TextEditor.getFontBox method.

See also:

TextEditor