[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Basis of all objects.
Source position: objects.pp line 287
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. |
|
| | ||
|
Base class of all classes. |
This type serves as the basic object for all other objects in the Objects unit.