|
TBaseVirtualTree.DoCancelEdit Method
Called when the tree should stop editing without accepting changed values.
Pascal
function DoCancelEdit: Boolean; virtual;
Description
This method calls the edit link's IEditLink.CancelEdit method and stops the edit mode if this call returns True. If stopping is allowed then the event OnEditCancelled is triggered and a message is sent to release the edit link asynchronously.
Class
Links
What do you think about this topic? Send feedback!
|