DesignIntf.IComponentEditor.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Edit;

C++

virtual void __fastcall Edit(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentEditor

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