TObject
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Basis of all objects
Declaration
Source position: objects.pp line 285
Type
TObject = object
constructor Init;
procedure Free;
function Is_Object(P: Pointer) : Boolean;
destructor Done; Virtual;
end
;
Description
This type serves as the basic object for all other objects in the Objects unit.
Members
Inheritance
Class | Description |
---|---|
TObject | Basis of all objects |