System.Classes.TActiveXRegType

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

Delphi

TActiveXRegType = (axrComponentOnly, axrIncludeDescendants);

C++

enum DECLSPEC_DENUM TActiveXRegType : unsigned char { axrComponentOnly, axrIncludeDescendants };

プロパティ

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

説明

TActiveXRegType は、あるコンポーネントを ActiveX Wizard から除外している場合に使用されます。

TActiveXRegType 型は、あるコンポーネントが ActiveX Wizard から除外されている場合に、そのコンポーネントの下位クラスも除外する必要があるかどうかを表します。次の表に、指定可能な値を示します。



意味

axrComponentOnly

そのコンポーネント クラスのみを ActiveX Wizard から除外します。

axrIncludeDescendants

そのコンポーネント クラスとその下位クラスを ActiveX Wizard から除外します。