System.LibModuleList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

LibModuleList: PLibModule = nil;

C++

extern DELPHI_PACKAGE TLibModule *LibModuleList;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Lists module records for enumeration procedures.

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

See Also