[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiVisitor' (#tiopf)

TVisClassCount

[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

Declaration

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]

Inheritance

TVisClassCount

  

A visitor to count the number of instances of each class owned by the passed object

|

TtiVisitor

  

The class that does the visiting

|

TtiBaseObject,IInterface

|

TObject

Description

A visitor to count the number of instances of each class owned by the passed object.


Documentation generated on: 2017-08-16