System.IsLibrary

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

extern DELPHI_PACKAGE bool IsLibrary;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
System.pas
System.hpp
System System

Beschreibung

Gibt an, ob das Modul eine gemeinsam genutzte Bibliothek ist.

Wenn es sich bei dem Modul um eine dynamisch gelinkte Bibliothek (DLL) handelt, hat IsLibrary den Wert True.

Siehe auch