Vcl.AxCtrls.TActiveFormControl
Delphi
TActiveFormControl = class(TActiveXControl, IVCLComObject)
C++
class PASCALIMPLEMENTATION TActiveFormControl : public TActiveXControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | Vcl.AxCtrls |
Description
A COM object which provides the interfaces necessary to support an ActiveX control.
TActiveFormControl acts as the bridge between a Delphi C++Builder form and the ActiveX control API. It is a descendant of TActiveXControl which implements the necessary interfaces for an ActiveX control. It forwards the appropriate information to the ActiveForm.
This object is used internally by the DAX framework. Normally, you would not create an instance of this class.