[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
type TInterfacedPersistent = class(TPersistent)
protected
function _AddRef;
function _Release;
public
function QueryInterface(); virtual;
procedure AfterConstruction; override;
end;
TInterfacedPersistent
TPersistent
Base class for streaming system and persistent properties.
TObject