help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TInterfacedPersistent

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

TPersistent descendent which implements the IInterface interface

Declaration

Source position: classesh.inc line 324

type TInterfacedPersistent = class(TPersistent)

public

  function QueryInterface(); virtual;

  

Implementation of IInterface.QueryInterface

  procedure AfterConstruction; override;

  

Overrides the standard AfterConstruction method.

end;

Inheritance

TInterfacedPersistent

  

TPersistent descendent which implements the IInterface interface

|

TPersistent

  

Base class for streaming system and persistent properties.

|

TObject

Description

TInterfacedPersistent is a direct descendent of TPersistent which implements the #rtl.system.IInterface interface. In particular, it implements the QueryInterface as a public method.

See also

IInterface

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505