Deallocation of the memory of a template.
The operator delete_template deallocates the memory of a template which has been created by create_template. After having entered the operator delete_template the template cannot be used again with the same number. The value of TemplateID will therefore be no longer valid. However, the number can be allocated again for further calls of create_template.
TemplateID (input_control) |
integer -> integer |
Template number. | |
Default value: 0 |
If the number of the template is valid, the operator delete_template returns the value TRUE. If necessary an exception will be raised.