Unit Objects

TObject-Class


This class is the base class for FreeVision. Classes which should be written in a stream must have TObject as anchestor.
Methods
Init
constructor init;
Allocates the memory and del it with zero.

Done
destructor done;virtual;
The memory which is used by the class is deleted.

Free
procedure free;
Calls the destructor done .
back to FreeVision reference manual

fnklaemp@cip.ft.uni-erlangen.de

Copyright (c) 1996 by FP Klaempfl