FMX.Types.TFmxObject.SetDesign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDesign(Value: Boolean; SetChildren: Boolean = True);

C++

void __fastcall SetDesign(bool Value, bool SetChildren = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Sets the csDesigning in TComponentState. Used internally by the IDE.

See Also