FMX.Types.TFmxObject.SetDesign

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

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 によって内部的に使用されます。

関連項目