System.Classes.TActiveXRegType
Delphi
TActiveXRegType = (axrComponentOnly, axrIncludeDescendants);
C++
enum DECLSPEC_DENUM TActiveXRegType : unsigned char { axrComponentOnly, axrIncludeDescendants };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | System.Classes.pas System.Classes.hpp  | 
        System.Classes | System.Classes | 
Description
TActiveXRegType is used when excluding a component class from the ActiveX Wizard.
The TActiveXRegType type indicates whether a component's descendants should be excluded from the ActiveX Wizard when the component is excluded. The following table lists the possible values:
| Value | Meaning | 
|---|---|
| 
 axrComponentOnly  | 
 Only the component class is blocked from appearing in the ActiveX Wizard.  | 
| 
 axrIncludeDescendants  | 
 The component class and any of its descendants are blocked from the Wizard.  |