FMX.Layers3D.TSplitter3D.Locked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Locked: Boolean read FLocked write SetLocked default 0;

C++

__property Locked = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TSplitter3D

Description

Specifies whether the control is locked at design time.

FMX.Layers3D.TSplitter3D.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