RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveFormFactory Class

The ActiveFormFactory object is the class factory for TActiveForm.

Pascal
TActiveFormFactory = class(TActiveXControlFactory);
C++
class TActiveFormFactory : public TActiveXControlFactory;

The ActiveFormFactory object is the class factory responsible for creating instances of the TActiveFormControl object and therefore TActiveForm object. 

The ActiveForm wizard adds an ActiveForm factory object in the initialization section of the unit that defines the ActiveForm. 

 

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