DesignIntf.IHostForm.SetDesigner

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

Delphi

procedure SetDesigner(const ADesigner: IInterface);

C++

virtual void __fastcall SetDesigner(const System::_di_IInterface ADesigner) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


説明

フォームのデザイナを、ADesigner パラメータで指定される値に設定します。

関連項目