TIDEComponentEditor.HasEditor Method
Override this method to tell the designer to call Edit method when end-user double clicks a component. Edit method will only be called if HasEditor returns true.
Syntax
Unit: FormDesigner
function TIDEComponentEditor.HasEditor: Boolean; virtual;