TcxCustomTreeList.CancelEdit Method
In This Article
Closes an in-place editor and discards changes made to the data cell‘s content.
#Declaration
Delphi
procedure CancelEdit;
#Remarks
To exit from in-place editing and save the modified data, use the tree list’s HideEdit method instead.
If you first need to determine whether a tree list is in edit mode, use the tree list’s IsEditing property.
In-place editing in the focused cell can be activated using the tree list’s ShowEdit method.
See Also