Vcl.AxCtrls.TPropertyPageImpl

提供: RAD Studio API Documentation
移動先: 案内検索

System.TAggregatedObjectSystem.TObjectTPropertyPageImpl

Delphi

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

C++

class PASCALIMPLEMENTATION TPropertyPageImpl : public System::TAggregatedObject

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

説明

TPropertyPageImpl は IPropertyPage インターフェースを実装し,ActiveX プロパティページをサポートするのに必要なインターフェースを提供します。

アプリケーションは TPropertyPageImpl オブジェクトを作成しません。それらは,ActiveX コントロールまたは ActiveForms ウィザードを使ってユーザーが ActiveX コントロールオブジェクトを作成すると自動的に作成されます。

このクラスは TPropertyPage によって内部的に使用され,DelphiC++Builder フォームと ActiveX プロパティページ API の間のブリッジを提供します。TPropertyPageImpl は COM オブジェクトのプロパティページ部分を実装し,TActiveXPropertyPage は COM サーバー部分を実装します。