TcxPropertyEditor.Edit Method
In This Article
Sets the edited property to some default value.
#Declaration
Delphi
procedure Edit; virtual;
#Remarks
Sets the edited property to some default value. The overridden Edit method in descendants does the steps based on the edited property type. In most cases it:
invokes the edit dialog box;
assigns a new value to the edited property after the user has finished the editing.
The Edit method can be invoked under following conditions:
the user clicks the ellipsis button to the right of the edited property or
the user double clicks the edited property.
See Also