[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Find all the objects that are of a given class type.
Source position: tiVisitor.pas line 176
public procedure TtiVisited.FindAllByClassType( |
const AClass: TtiVisitedClass; |
const AList: TList |
); |
AClass |
|
The class type to find |
AList |
|
An empty TList that will be populated with the instances found. |