March 2000
Intermediate to advanced
576 pages
18h 13m
English
ModuleIsLib Variable
unit SysInit; var ModuleIsLib: Boolean;
ModuleIsLib is True for a unit that is part of a
DLL or package, and False for a unit linked statically with an
application.
Unlike most other system variables, ModuleIsLib is
not shared among all packages in an application. This makes it more
useful than the IsLibrary variable.
| HInstance Variable, IsLibrary Variable, Library Keyword, ModuleIsPackage Variable, Package Directive |
Read now
Unlock full access