DesignIntf.IHostForm.SetDesigning
Delphi
procedure SetDesigning(DesignMode: Boolean);
C++
virtual void __fastcall SetDesigning(bool DesignMode) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
説明
フォームに対して設計モードを設定します。SetDesigning は、DesignMode パラメータが True に場合に、フォームを設計モードにします。