RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TActiveXRegType Enumeration

TActiveXRegType is used when excluding a component class from the ActiveX Wizard.

Pascal
TActiveXRegType = (
  axrComponentOnly,
  axrIncludeDescendants
);
C++
enum TActiveXRegType {
  axrComponentOnly,
  axrIncludeDescendants
};

Classes

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!