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

TInterfacedPersistent

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

TPersistentdescendent which implements the IInterfaceinterface

Declaration

Source position: classesh.inc line 316

type TInterfacedPersistent = class(TPersistent)

public

  function QueryInterface(); virtual;

  

Implementation of IInterface.QueryInterface

  procedure AfterConstruction; override;

  

Overrides the standard AfterConstructionmethod.

end;

Inheritance

TInterfacedPersistent

  

TPersistentdescendent which implements the IInterfaceinterface

|

TPersistent

  

Base class for streaming system and persistent properties.

|

TObject

Description

TInterfacedPersistentis a direct descendent of TPersistentwhich implements the #rtl.system.IInterfaceinterface. In particular, it implements the QueryInterfaceas a public method.

See also

IInterface