DesignIntf.IDesigner60.AncestorDesigner

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

Delphi

property AncestorDesigner: IDesigner read GetAncestorDesigner;

C++

__property _di_IDesigner AncestorDesigner = {read=GetAncestorDesigner};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

説明

フォームデザイナの上位オブジェクトにインターフェースを返します。

AncestorDesigner プロパティを使用すると,フォームデザイナの上位インターフェースにアクセスできます。

関連項目