TBaseVirtualTree.EditNode Method

Virtual Tree View

Starts editing the given node if allowed to.

Pascal
function EditNode(Node: PVirtualNode; Column: TColumnIndex): Boolean; virtual;
Description

This method can be used by the application to manually start editiing of a particular node. Column determines hereby in which column the node should be edited. This parameter determines the target column regardless whether toExtendedFocus is set in TreeOptions.SelectionOptions or not. The given node must be enabled, otherwise edit start fails. 

 

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