Links
EControl Syntax Editor SDK
TSyntaxTreeView.ClickAction Property

Specifies action when user double clicks on selected tree node.

property ClickAction: TSyntaxTreeAction;

Following actions are possible:

Value 
Meaning 
staNone 
No action (skips double click window message) 
staDefault 
Default TreeView action (expand or collapse tree node) 
staMoveCaret 
Moves caret to start of text range associated with selected tree node. 
staSelect 
Selects all text range associated with selected tree node. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!