IDataEntryForm._Dispose

Syntax

_Dispose;

Description

The _Dispose method clears links to objects.

Comments

The method should be called after finishing of work with the data entry form to delete internal temporary objects. It is required to avoid memory leaks.

Example

The example of use is given in description of the DataEntryForm.CreateByReport constructor.

See also:

IDataEntryForm