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

Ist True, wenn es sich bei diesem Modul um eine dynamische Link-Bibliothek (.dll) oder eine gemeinsame Bibliothek (.dylib in macOS oder .so in Linux) handelt, und False, wenn es sich um ein Laufzeit-Package handelt.

Siehe auch