WebComp.IWebComponentEditor

From RAD Studio VCL Documentation (Japanese)
Jump to: navigation, search

Contents

Delphi の情報

ファイル WebComp.pas

IWebComponentEditor = interface(IInterface)
	[13F59F61-EF85-11D2-AFB1-00C04FB16EC3]


ユニット: WebComp

種類: インターフェース

クラスのメソッド: WebComp.IWebComponentEditor のメソッド

C++ の情報

ファイル WebComp.hpp

IWebComponentEditor = class(IInterface)


ユニット: WebComp

種類: クラス

継承クラスのメンバ: WebComp.IWebComponentEditor のメンバ

クラスのメソッド: WebComp.IWebComponentEditor のメソッド

説明

IWebComponentEditor は,IDE で Web 項目に子を割り当てることができるようにします。


Web ページエディタは,Web 項目の子として追加できる新しい項目のリストを作成するときに,IWebComponentEditor インターフェースを呼び出します。HTML コンテンツの一部を生成するための子項目を保持しているコンポーネントは,Web ページエディタで,追加するコンポーネントの適切なリストを表示できるように,このインターフェースを実装しなければなりません。

IWebComponentEditor は,CanAddClass という 1 つのメソッドを定義します。CanAddClass メソッドは,インターフェースを実装する Web 項目が子 Web 項目として指定のクラスを使用できるかどうかを示します。

関連リンク

Personal tools