JCL Help:IsSystemModule

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines if a module belongs to the current application.


Pascal

 function IsSystemModule(const Module: HMODULE): Boolean;


Parameters

Parameters Description
const Module: HMODULE Module handle to check.


Return Value

If the module belongs to the application, the function returns True, otherwise it returns False.


Description

IsSystemModule checks if the specified module is part of the current application. It does so by searching the list at LibModuleList (see Delphi Help).


About

Unit

JclSysInfo


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page