Vcl.AxCtrls.TActiveXPropertyPageFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TComObjectFactorySystem.TObjectTActiveXPropertyPageFactory

Delphi

TActiveXPropertyPageFactory = class(TComObjectFactory)

C++

class PASCALIMPLEMENTATION TActiveXPropertyPageFactory : public System::Win::Comobj::TComObjectFactory

Properties

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

Description

TActiveXPropertyPageFactory implements a COM factory for an ActiveX property page.

A property page is a COM object, which means the module it is implemented in must provide a factory so that the system can create the object. TActiveXPropertyPageFactory is a factory for ActiveX property pages, which are implemented by subclassing TPropertyPage.

For more information about COM factories, see TComObjectFactory.

To add a property page factory to a program, create the factory object in the initialization section of the unit that defines the property page form.

See Also