WebComp.TWebContainedContainerComponent.ImplGetDefaultComponentList

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

Contents

Delphi の情報

ファイル WebComp.pas

	function ImplGetDefaultComponentList(): TObject; virtual;


ユニット: WebComp

種類: メソッド

可視性: protected

所属クラス: TWebContainedContainerComponent

C++ の情報

ファイル WebComp.hpp

	virtual System::TObject * __fastcall ImplGetDefaultComponentList(void);


ユニット: WebComp

種類: メソッド

可視性: protected

所属クラス: TWebContainedContainerComponent

説明

アプリケーションが明示的に子項目をオブジェクトに割り当てていない場合に,デフォルトで使用される Web 項目のリストを返します。


ImplGetDefaultComponentList メソッドは,この Web 項目に子項目のデフォルトのセットを供給します。ImplGetDefaultComponentList は,仮想 GetDefaultWebComponents メソッドを呼び出します。下位クラスは,このメソッドをオーバーライドしてリストを返します。

関連リンク

Personal tools