Delete

<< Click to Display Table of Contents >>

Navigation:  Text Block Object >

Delete

Previous pageReturn to chapter overviewNext page

[Not supported by the Community Edition]

Destroys a Text Block Object and removes it from memory.

method void TextBlock.Delete()

Remarks:

A Text Block Object remains in memory, until this method is called, or when the parent document is closed. When a VPE document is closed, all Text Block Objects that belong to the document are released. It is always a good idea to call this method, if you are not using a Text Block Object anymore, in order to keep memory usage low.