TIDEComponentEditor.Edit Method
Override Edit method to specify a custom action to be performed when the end-user double clicks a component in the form designer. You can, for example, call a modal dialog to edit some component properties. The Edit method won't be called unless the method HasEditor returns true.
Syntax
Unit: FormDesigner
procedure TIDEComponentEditor.Edit; virtual;