FMX.Objects3D.TMesh.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.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TMesh

Description


Specifies whether the control is locked at design time.

FMX.Objects3D.TMesh.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