| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiVisitor.pas line 90
type TtiTouchedByVisitorList = class(TtiBaseObject) end;  | 
public  | 
constructor Create();  | 
destructor Destroy; override;  | 
procedure Add();  | 
procedure AppendTopDown();  | 
procedure AppendBottomUp();  | 
property Items []: TtiTouchedByVisitor; [r]  | 
property Count: Integer; [r]  | 
| | | 
TtiBaseObject,IInterface  | 
| | | 
TObject  |