RAD Studio VCL Reference
|
Responds when the user double-clicks the property in the Object Inspector.
procedure Edit; overload;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|