Vcl.AxCtrls.TActiveFormFactory

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.AxCtrls.TActiveXControlFactorySystem.Win.ComObj.TAutoObjectFactorySystem.Win.ComObj.TTypedComObjectFactorySystem.Win.ComObj.TComObjectFactorySystem.TObjectTActiveFormFactory

Delphi

TActiveFormFactory = class(TActiveXControlFactory)

C++

class PASCALIMPLEMENTATION TActiveFormFactory : public TActiveXControlFactory

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

The ActiveFormFactory object is the class factory for TActiveForm.

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.

See Also