System.TLibModule

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

TLibModule = record
	Next: PLibModule;
	Instance: Cardinal;
	CodeInstance: Cardinal;
	DataInstance: Cardinal;
	ResInstance: Cardinal;
	Reserved: Integer;
end;


Unit: System

Type: struct

C++ Information

From System.hpp

TLibModule = class


Unit: System

Type: class

Class Fields: System.TLibModule Fields

Description

TLibModule describes a module that is compiled with the application.


TLibModule is an entry in a linked list of data structures that describe the modules in an application.

Next is a pointer to the next entry in the list.

The Instance field represents the instance handle of the executable or package and the instance handles of the text, data, and resource associated with that executable instance.

The additional fields on Linux and Macintosh are used internally to access information in the module header.

See Also

Personal tools
Translations
Newest Version