DesignIntf.IDesigner60.GetProjectModules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetProjectModules(Proc: TGetModuleProc);

C++

virtual void __fastcall GetProjectModules(System::Classes::TGetModuleProc Proc) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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.

See Also