FMX.Controls.TControl.Lock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Lock;

C++

void __fastcall Lock();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Locks the current control, so it cannot be changed at design time. Lock also locks the current control's children.

See Also