FMX.Controls.TControl.Lock
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.