[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
type TRecall = class(TObject)
public
constructor Create();
destructor Destroy; override;
procedure Store;
procedure Forget;
property Reference: TPersistent; [r]
end;
TRecall
TObject