[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.93 Finalize

(Under construction.)

Synopsis

 
procedure Finalize (var Aynthing);

Description

`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'.

Conforming to

`Finalize' is a Delphi extension.

Example

See also

section 9.119 Initialize, section 9.63 Dispose, section 9.100 FreeMem.



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html