RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.ModuleFileNames Method

Indicates the files associated with the current root object.

Pascal
procedure ModuleFileNames(var ImplFileName: string; var IntfFileName: string; var FormFileName: string);
C++
__fastcall ModuleFileNames(AnsiString ImplFileName, AnsiString IntfFileName, AnsiString FormFileName);

Call ModuleFileNames to obtain the names of files that contain information about the current root object.  

ImplFileName is the source code file that contains the root object's implementation. 

IntfFileName is the file that contains the root object's declaration. In Delphi, this is usually the same as ImplFileName. In C++ this is usually the header file for ImplFileName. 

FormFileName is the form file (.dfm or .xfm) for the root object. 

 

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