TBaseVirtualTree.DoEndEdit Method

Virtual Tree View

Stops the current edit operation and takes over the new content.

Pascal
function DoEndEdit: Boolean; virtual;
Description

The method also sends a message to the tree window to asynchronously release the edit link which communicates to the actual editor. The edit link is responsible to propagate any changes made in its node editor to the tree. 

 

Notes

TVirtualStringTree overrides this method to tell the application about the new caption by calling OnNewText. 

 

See Also

DoEdit, OnNewText, EditNode

Class
Links
What do you think about this topic? Send feedback!