_Dispose;
The _Dispose method clears links to objects.
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.
The example of use is given in description of the DataEntryForm.CreateByReport constructor.
See also: