| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Groups visitors together so they can be passed over a graph of objects together
Source position: tiVisitor.pas line 263
type TtiVisitorManager = class(TtiBaseObject) end;  | 
protected  | 
property VisitorMappings: TList; [r]  | 
function FindVisitorMappingGroup(); virtual;  | 
procedure ProcessVisitors(); virtual;  | 
function GetTIOPFManager; virtual;  | 
public  | 
constructor Create(); virtual;  | 
destructor Destroy; override;  | 
property TIOPFManager: TtiBaseObject; [r]  | 
procedure RegisterVisitor();  | 
procedure UnRegisterVisitors();  | 
procedure Execute(); virtual;  | 
  | 
Groups visitors together so they can be passed over a graph of objects together  | 
|
| | | ||
TtiBaseObject,IInterface  | 
||
| | | ||
TObject  | 
Groups visitors together so they can be passed over a graph of objects together.