TAdvCustomFormDesigner.LockedControls Property
Contains the name of components that should be locked in the designer.
Remarks
Add component names to LockedControls property to indicate that the specified component is locked in the designer. If LockedInverse property is true, then the components in this list will NOT be locked, and all missing ones will be considered locked.
Syntax
Unit: FormDesigner
property TAdvCustomFormDesigner.LockedControls: TStrings
Examples
LockedControls.Add('Edit'); LockedControls.Add('Table1');