RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveForm Class

TActiveForm is the base class for a VCL Form exposed as an ActiveX control. TActiveForm represents a form that is created by a class factory (in Delphi) or using the Active Template Library (C++) and used as an ActiveX control in ActiveX host applications.

Pascal
TActiveForm = class(TCustomActiveForm);
C++
class TActiveForm : public TCustomActiveForm;

AxCtrls

A TActiveForm object is used to create a form ActiveX control that can be displayed and run from within Web browsers.

Note: In Delphi applications, this object is created by TActiveFormControl. It is a descendant of this class that you design in the Form Designer when you create an ActiveForm.
 

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