FMX.Controls3D.TControl3D.Locked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Locked: Boolean read FLocked write SetLocked default False;

C++

__property bool Locked = {read=FLocked, write=SetLocked, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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