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 dynamic link library (.dll), shared-library (.dylib in macOS or .so in Linux), or runtime-package.

See Also