SysInit.ModuleIsPackage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ModuleIsPackage: Boolean;     { True if this module is a package }

C++

extern DELPHI_PACKAGE bool ModuleIsPackage;

Properties

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

Description

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

See Also