[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A visitor to count the number of instances of each class owned by the passed object
Source position: tiVisitor.pas line 312
type TVisClassCount = class(TtiVisitor) end; |
public |
constructor Create; override; |
destructor Destroy; override; |
procedure Execute(); override; |
property ClassCount []: Integer; [rw] |
|
A visitor to count the number of instances of each class owned by the passed object |
|
| | ||
|
The class that does the visiting |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |
A visitor to count the number of instances of each class owned by the passed object.