DesignIntf.IDesigner60.GetProjectModules
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesigner60 |
Delphi
procedure GetProjectModules(Proc: TGetModuleProc);
C++
virtual void __fastcall GetProjectModules(System::Classes::TGetModuleProc Proc) = 0 ;
Description
Executes a callback for every module being edited by the form designer.
Call GetProjectModules to execute a callback function for every module in the current project. The callback is of type TGetModuleProc.