
Inserts a new marked text field at the current caret position.
TXTextControl.FieldInsert FieldText
| Parameter | Description | |
| FieldText | Specifies the text contents for the new marked text field. |
The method returns True if a field could be inserted, otherwise it returns False.
Selected text can be converted to a marked text field by using an empty string as FieldText. Inserting a marked text field changes the value of the FieldCurrent property to the identifier of the newly created field.
| FieldText: | String |
| Return value: | Boolean |
See the description of the FieldCurrent property.