FMX.Types.TFmxObject.SetDesign
Delphi
procedure SetDesign(Value: Boolean; SetChildren: Boolean = True);
C++
void __fastcall SetDesign(bool Value, bool SetChildren = true);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | TFmxObject | 
説明
TComponentState 内の csDesigning を設定します。IDE によって内部的に使用されます。