Vcl.AxCtrls.TActiveXPropertyPage

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TComObjectSystem.TObjectTActiveXPropertyPage

Delphi

TActiveXPropertyPage = class(TComObject, IPropertyPage, IPropertyPage2)

C++

class PASCALIMPLEMENTATION TActiveXPropertyPage : public System::Win::Comobj::TComObject

Properties

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

Description

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

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.

See Also