Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

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;

  

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;

Inheritance

TObject

  

Basis of all objects.

|

TObject

  

Base class of all classes.

Description

This type serves as the basic object for all other objects in the Objects unit.


Documentation generated on: Jul 24 2023