This method can be used to delete an editable region from the document.
Introduced: 25.0.
TXTextControl.EditableRegionDelete RegionId
| Parameter | Description | |
| RegionId |
Specifies the editable region's unique identifier. This must be the value returned from the EditableRegionInsert method. |
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.
| RegionId: | Long |
| Return value: | Boolean |
<< TXTextControl.DocumentPermissions Property | >> TXTextControl.EditableRegionEntered Event