RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveFormControl Class

A COM object which provides the interfaces necessary to support an ActiveX control.

Pascal
TActiveFormControl = class(TActiveXControl, IVCLComObject);
C++
class TActiveFormControl : public TActiveXControl, public IVCLComObject;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!