AxCtrls.TActiveFormControl
From RAD Studio VCL Reference
Delphi Information
From AxCtrls.pas
TActiveFormControl = class(TActiveXControl)
Unit: AxCtrls
Type: class
Inherited Class Members: AxCtrls.TActiveFormControl Members
Class Methods: AxCtrls.TActiveFormControl Methods
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.