System.IsLibrary

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

extern DELPHI_PACKAGE bool IsLibrary;

プロパティ

種類 可視性 ソース ユニット
variable public
System.pas
System.hpp
System System


説明

モジュールが共有ライブラリかどうかを示します。

IsLibrary 変数が True の場合、そのモジュールは動的リンク ライブラリ (DLL) です。

関連項目