FMX.Types.IControl.Locked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Locked: Boolean read GetLocked;

C++

__property bool Locked = {read=GetLocked};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Specifies whether the control is locked at design time.

A locked control cannot be modified at design time.

Implement GetLocked to get the value of the Locked property.

See Also