|
The 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 menu.
- The context menu of a code window.
- The button on the toolbar.
- The shortcut customized in the window, 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
|