RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.Edit Method

Responds when the user double-clicks the property in the Object Inspector.

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

The Object Inspector calls Edit when the ellipsis button (...) is pressed or the property is double-clicked. Property editors implement this method to respond. For example, the Edit method can bring up a dialog for editing the property or it can change the value to some default. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!