SysInit.ModuleIsLib

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ModuleIsLib: Boolean;         { True if this module is a dll (a library or a package) }

C++

extern DELPHI_PACKAGE bool ModuleIsLib;

Properties

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

Description

Is True if this module is a DLL (a dynamic-link library or a package).

See Also