TXTextControl.FieldDelete Method

Deletes the marked text field specified by the FieldCurrent property, or changes it to simple text.

Syntax

TXTextControl.FieldDelete DeleteTotal
Parameter Description
DeleteTotal

Specifies whether only the field or the field including its text is deleted. If this parameter is True, the marked text field including its text is deleted. If this parameter is False, the marked text field is deleted, but its text contents are preserved.

Return Value

The method returns True when the operation could be performed, otherwise it returns False.

Data Types

DeleteTotal:    Boolean
Return value:    Boolean

See Also