RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.LibModuleList Variable

Lists module records for enumeration procedures.

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

System

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!