TXTextControl.EditableRegionDelete Method

This method can be used to delete an editable region from the document.

Introduced: 25.0.

Syntax

TXTextControl.EditableRegionDelete RegionId
Parameter Description
RegionId

Specifies the editable region's unique identifier. This must be the value returned from the EditableRegionInsert method.

Return Value

The return value is True, if the specified region could be deleted. Otherwise, it is False. False is returned, if the specified region id is invalid.

Data Types

RegionId: Long
Return value: Boolean

See Also