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

TInterfacedPersistent

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

Declaration

Source position: classesh.inc line 307

type TInterfacedPersistent = class(TPersistent)

public

  function QueryInterface(); virtual;

  procedure AfterConstruction; override;

end;

Inheritance

TInterfacedPersistent

|

TPersistent

  

Base class for streaming system and persistent properties.

|

TObject