Node:Finalize, Next:Flush, Previous:finalization, Up:Reference
(Under construction.)
procedure Finalize (var Aynthing);
Finalize
does all necessary clean-ups for the parameter. This
is normally done automatically when a variable goes out of scope, so
you need to call Finalize
only in special situations, e.g.
when you deallocate a dynamic variable with FreeMem
rather
than Dispose
.
Finalize
is a Borland Delphi extension.