TVirtualStringTree.EditDelay Property

Virtual Tree View

Read or set the maximum time between two single clicks on the same node, which should start node editing.

Pascal
property EditDelay: Cardinal;
Description

A node edit operation can be started using the keyboard (F2 key), in code using EditNode or by clicking twice on the same node (but not doing a double click). EditDelay is the maxmimum time distance between both clicks in which the edit operation is started.

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