Procedure Callers

Top  Previous  Next

The Procedure Callers feature allows you to get a list of the calls to a given procedure in the source code.

MZ-Tools offers the following ways to find procedures which call a given procedure:

  • The Tools | MZ-Tools | Procedure Callers menu.
  • The MZ-Tools | Procedure Callers context menu of a code window.
  • The Procedure Callers button on the MZ-Tools toolbar.
  • The shortcut customized in the Options window, Shortcuts tab.

The results are shown in a Results Window.

Remarks:

  • It is possible that some results of the search be false calls. Although MZ-Tools tries to remove such false calls, in some cases it is very difficult. Also, by their own nature, late binding calls to a class method can cause false results.
  • This feature works not only at design-time (while coding) but also at debug-time (while debugging the application, although only using a keyboard shortcut).

See Also:

Results Window

Shortcuts Customization