[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A visitor to find all owned objects of a given class
Source position: tiVisitor.pas line 325
type TVisFindAllByClass = class(TtiVisitor) end; |
protected |
function AcceptVisitor; override; |
public |
procedure Execute(); override; |
property ClassTypeToFind: TtiVisitedClass; [rw] |
property List: TList; [rw] |
|
A visitor to find all owned objects of a given class |
|
| | ||
|
The class that does the visiting |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |
A visitor to find all owned objects of a given class.