[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(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 Delphi extension.
section 9.119 Initialize, section 9.63 Dispose, section 9.100 FreeMem.