System.IsLibrary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsLibrary: Boolean;       { True if module is a DLL }

C++

extern DELPHI_PACKAGE bool IsLibrary;

Properties

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

Description

Is True if the module is a dynamic link library (.dll) or shared library (.dylib in macOS or .so in Linux) and False if it is a runtime-package.

See Also