Vcl.AxCtrls.TPropertyPageImpl

From RAD Studio API Documentation
Jump to: navigation, search

System.TAggregatedObjectSystem.TObjectTPropertyPageImpl

Delphi

TPropertyPageImpl = class(TAggregatedObject, IUnknown, IPropertyPage, IPropertyPage2)

C++

class PASCALIMPLEMENTATION TPropertyPageImpl : public System::TAggregatedObject

Properties

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

Description

TPropertyPageImpl implements the IPropertyPage interface to provide the interfaces needed to support an ActiveX property page.

Applications do not create TPropertyPageImpl objects; they are created automatically when the user creates an ActiveX control object by using the ActiveX control or ActiveForms wizard.

This class is used internally by TPropertyPage to provide a bridge between a Delphi form and the ActiveX property page API. TPropertyPageImpl implements the property page portion of the COM object while TActiveXPropertyPage implements the COM server portion.