FMX.CalendarEdit.TCalendarEdit.Locked
Delphi
property Locked default False;
C++
__property Locked _DEPRECATED_ATTRIBUTE0 = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCalendarEdit |
Description
Attention: Locked is deprecated.
Specifies whether the control is locked at design time. FMX.CalendarEdit.TCalendarEdit.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 prohibits to move the control at design time, all the other properties can 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.