RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPageImpl Class

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

Pascal
TPropertyPageImpl = class(TAggregatedObject, IUnknown, IPropertyPage, IPropertyPage2);
C++
class TPropertyPageImpl : public TAggregatedObject, public IUnknown, public IPropertyPage, public IPropertyPage2;

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. 

 

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