RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveXPropertyPageFactory Class

TActiveXPropertyPageFactory implements a COM factory for an ActiveX property page.

Pascal
TActiveXPropertyPageFactory = class(TComObjectFactory);
C++
class TActiveXPropertyPageFactory : public TComObjectFactory;

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. 

 

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