RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveXPropertyPage Class

TActiveXPropertyPage represents a COM object that provides the interfaces for supporting an ActiveX property page.

Pascal
TActiveXPropertyPage = class(TComObject, IPropertyPage, IPropertyPage2);
C++
class TActiveXPropertyPage : public TComObject, public IPropertyPage, public IPropertyPage2;

This class is used internally by the TPropertyPage control to provide a bridge between a Delphi C++Builder form and the ActiveX property page API. 

 

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