RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetProjectModules Method

Executes a callback for every module being edited by the form designer.

Pascal
procedure GetProjectModules(Proc: TGetModuleProc);
C++
__fastcall GetProjectModules(TGetModuleProc Proc);

Call GetProjectModules to execute a callback function for every module in the current project. The callback is of type TGetModuleProc

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!