Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

ModuleIsLib

Determines whether the current module is a library.

Declaration

Source position: systemh.inc line 825

const ModuleIsLib: Boolean = False;

Description

ModuleIsLib is set by the compiler when linking a library, program or package, and determines whether the current module is a library (or package) (True) or program (False).


Documentation generated on: Jul 24 2023