TBaseVirtualTree.EditLink Property

Virtual Tree View

Keeps a reference to the internal edit link during a node edit operation.

Pascal
property EditLink: IVTEditLink;
Description

During an edit operation a link is established between the tree and the editor for the current node. By default a simple TEdit control is used as editor but due to the great customization possibilities there can be any node editor you may want. In order to communicate with this potentially unknown node editor the edit link is used. The EditLink property holds this link during the edit operation, so you can manipulate the interface.

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