FMX.Layouts.TFlowLayout.Locked
Delphi
property Locked: Boolean read FLocked write SetLocked default 0;
C++
__property Locked = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TFlowLayout |
Description
Specifies whether the control is locked at design time.
FMX.Layouts.TFlowLayout.Locked inherits from FMX.Controls.TControl.Locked. All content below this line refers to FMX.Controls.TControl.Locked.
Specifies whether the control is locked at design time.
A locked control cannot be modified at design time.
To lock the control, set Locked to True.
By default, Locked is False, and the control can be modified at design time.