[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TInterfacedObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: objpash.inc line 187

type TInterfacedObject = class(TObject)

public

  procedure AfterConstruction; override;

  procedure BeforeDestruction; override;

  function NewInstance; override;

  property RefCount: LongInt; [r]

end;

Inheritance

TInterfacedObject

|

TObject

  

Base class of all classes.