RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.DblClick Method

Expands or collapses the selected node.

Pascal
procedure DblClick; override;
C++
virtual __fastcall DblClick();

DblClick is called automatically when the user double clicks the mouse on a node in the outline. After calling the OnDblClick event handler, DblClick updates the SelectedItem property and expands the selected node if it is collapsed or collapses the selected node if it is expanded. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!