What is the use of TActiveForm object in Delphi?

Questions by RyanJames   answers by RyanJames

Showing Answers 1 - 3 of 3 Answers

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions