RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.Click Method

Updates the SelectedItem property.

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

Click is called automatically when the user clicks the mouse on a node in the outline. Click updates the SelectedItem property before the OnClick event handler is called by the inherited method. 

 

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