Vcl.AxCtrls.TActiveXPropertyPage.PropertyPageImpl

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

Delphi

property PropertyPageImpl: TPropertyPageImpl read FPropertyPageImpl  implements IPropertyPage, IPropertyPage2;

C++

__property TPropertyPageImpl* PropertyPageImpl = {read=FPropertyPageImpl};

プロパティ

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

説明

COM オブジェクトの COM サーバー部分の実装です。

PropertyPageImpl は,IPropertyPage インターフェースの実装の COM サーバー部分です。アプリケーションは,TPropertyPageImpl オブジェクトを作成しません。それらは,ユーザーが ActiveX コントロールまたは ActiveForms ウィザードを使って ActiveX コントロールオブジェクトを作成すると自動的に作成されます。

TActiveXPropertyPage は COM オブジェクトの COM サーバー部分を実装し,TPropertyPageImpl はプロパティページ部分を実装します。