FMX.Controls3D.TProxyObject.Locked

From RAD Studio API Documentation
Jump to: navigation, search

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 TProxyObject

Description

Specifies whether the control is locked at design time.

FMX.Controls3D.TProxyObject.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.

See Also