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

Indicates whether the module is a shared library.

The IsLibrary variable is True if the module is a dynamic link library (DLL).

See Also