DesignIntf.IComponentEditor.Edit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IComponentEditor

Delphi

procedure Edit;

C++

virtual void __fastcall Edit() = 0 ;

Description

Responds when the user double-clicks the component in the form designer.

The form designer calls Edit when the user double-clicks the component.

Implement the Edit method to provide a response when the user double-clicks the component. For example, the Edit method can bring up a dialog or design expert.

See Also