| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Basis of all objects
Source position: objects.pp line 254
| type TObject = object | ||
| constructor Init; | 
 | Construct (initialize) a new object | 
| procedure Free; | 
 | Destroy an object and release all memory. | 
| function Is_Object(); | 
 | Check whether a pointer points to an object. | 
| destructor Done; virtual; | 
 | Destroy an object. | 
| end; | 
| 
 | Basis of all objects | 
This type serves as the basic object for all other objects in the Objects unit.