Table of Contents

TAdvCustomFormDesigner.ProtectedControls Property

Contains the name of components that should be protected in the designer.

Remarks

Add component names to ProtectedControls property to indicate that the specified component is protected in the designer. If ProtectedInverse property is true, then the components in this list will NOT be protected, and all missing ones will be considered protected.

Syntax

Unit: FormDesigner

property TAdvCustomFormDesigner.ProtectedControls: TStrings

Examples

ProtectedControls.Add('Edit'); ProtectedControls.Add('Table1');

See also