API:Vcl.AxCtrls.TActiveXPropertyPageFactory.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ComServer: TComServerObject;
PropertyPageClass: TPropertyPageClass; const ClassID: TGUID);

C++

__fastcall TActiveXPropertyPageFactory(System::Win::Comobj::TComServerObject* ComServer, TPropertyPageClass PropertyPageClass, const GUID &ClassID);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXPropertyPageFactory

Description

Instantiates a class factory object.

Vcl.AxCtrls.TActiveXPropertyPageFactory.Create inherits from System.Win.ComObj.TComObjectFactory.Create. All content below this line refers to System.Win.ComObj.TComObjectFactory.Create.

Instantiates a class factory object.

Create instantiates a class factory, usually when the server is loaded. Class factories should be instantiated in the initialization section of the unit that includes their associated server, so that they are automatically available when the server is loaded.

Create allocates memory for a class factory object, and adds the object to the class factory list managed by the ComClassManager. Then Create initializes the following properties with values passed to it:

See Also