TAdvCustomFormDesigner.OnComponentEditable Event
OnComponentEditable event is fired for every non-visual component in the form to allow the programmer to inform if the specified component is editable (visible) or not. By default all components are editable, except some special classes like TMenuItem and the TAdvCustomFormDesigner itself (which is owned by form).
Syntax
Unit: FormDesigner
property TAdvCustomFormDesigner.OnComponentEditable: TComponentEditableEvent