RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IComponentEditor.Edit Method

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

Pascal
procedure Edit;
C++
__fastcall Edit();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!