[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 end; |
||
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. |
|
Basis of all objects |
This type serves as the basic object for all other objects in the Objects unit.