Events Report |
Top Previous Next |
Targets: All except BP7
This report shows how events are linked to controls in your Delphi forms. There are two section:
Controls and linked events (EVEN1) Events and linked controls (EVEN2)
**************************************************************************** * Events Report for * * C:\PROJEKT\PIM\DETO.DPR * ****************************************************************************
(254) Controls and linked events: ----------------------------------------------------------------------------
Module: BAbout
CmdLicense.OnClick = CmdLicenseClick
Module: GFrView
btnFirst.OnClick = btnFirstClick btnLast.OnClick = btnLastClick btnNext.OnClick = btnNextClick
See also:
|