API:FMX.Controls3D.TLight.Locked
Delphi
property Locked default False;
C++
__property Locked = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TLight |
Description
Specifies whether the control is locked at design time.
FMX.Controls3D.TLight.Locked inherits from FMX.Controls3D.TControl3D.Locked. All content below this line refers to FMX.Controls3D.TControl3D.Locked.
Specifies whether the control is locked at design time.
A locked control cannot be modified at design time.
Set Locked to True to lock the control. By default, it is False.