Vcl.AxCtrls.TActiveXPropertyPage.PropertyPageImpl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PropertyPageImpl: TPropertyPageImpl read FPropertyPageImpl  implements IPropertyPage, IPropertyPage2;

C++

__property TPropertyPageImpl* PropertyPageImpl = {read=FPropertyPageImpl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXPropertyPage

Description

The implementation of the COM server portion of the COM object.

PropertyPageImpl is the COM server portion of the implementation of the IPropertyPage interface. Applications do not create the TPropertyPageImpl objects; they are created automatically when the user creates an ActiveX control object by using the ActiveX control or ActiveForms wizard.

TActiveXPropertyPage implements the COM server portion of the COM object while TPropertyPageImpl implements the property page portion.