RAD Studio VCL Reference
|
Prevents a set of components from being made available to the ActiveX wizard.
procedure RegisterNonActiveX(const ComponentClasses: array of TComponentClass; AxRegType: TActiveXRegType);
RegisterNonActiveX(const array of TComponentClass ComponentClasses, TActiveXRegType AxRegType);
Call RegisterNonActiveX to prevent a registered set of custom components from being converted into ActiveX controls using the ActiveX wizard. The components must still be registered using RegisterComponents or RegisterNoIcon if they are to work with the Object Inspector.
The ComponentClasses parameter is an array of custom classes that are descended from TComponent.
Put the call to RegisterNonActiveX in the Register procedure.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|