| |
GeekInterview.com > Interview Questions > Programming > Delphi
| Print | |
Question: What is the use of TActiveForm object in Delphi?
|
| July 07, 2008 02:09:42 |
#1 |
| riyazthandora |
Member Since: July 2008 Total Comments: 2 |
RE: What is the use of TActiveForm object in Delphi? |
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. A TActiveForm object is used to create a form ActiveX control that can be displayed and run from within Web browsers. This object is created by TActiveFormControl. |
| |
Back To Question | |