RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.LibModuleList Variable

Lists module records for enumeration procedures.

Pascal
LibModuleList: PLibModule = nil;
C++
PLibModule LibModuleList = nil;

LibModuleList implements a linked list of records for executables and packages in an application. LibModuleList is used by the EnumModules and the EnumResourceModules procedures. 

 

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