Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.11.04;
Скачать: CL | DM;

Вниз

Дерево TreeView   Найти похожие ветки 

 
031178 ©   (2007-10-13 11:34) [0]

Подскажите пожалуйста как мне узнать какая ветка выделена у дерева. Т.е. если выделена первая ветка, то производим одни действия, если другая, то другие. Заранее огромное спасибо


 
EvS ©   (2007-10-13 11:40) [1]

А в справку посмотреть религия не позволяет?

Specifies the selected node in the tree view.

Delphi syntax:

property Selected: TTreeNode;

C++ syntax:

__property TTreeNode* Selected = {read=GetSelection, write=SetSelection};

Description

Read Selected to access the selected node of the tree view. If there is no selected node, the value of Selected is nil (Delphi) or NULL (C++).

Set Selected to set a node in the tree view. When a node becomes selected, the tree view’s OnChanging and OnChange events occur. Also, if the specified node is the child of a collapsed parent item, the parent’s list of child items is expanded to reveal the specified node. In this case, the tree view’s OnExpanded and OnExpanding events occur as well.

If the RightClickSelect property is true, the value of Selected is the last node that was clicked in the tree view, even if it was clicked with the right mouse button.  This may differ from the node that is highlighted to indicate selection.

If the MultiSelect property is true and the MultiSelectStyle property includes msControlSelect, then Selected returns the last node clicked on, even if that click deselected the node. For a current selection status when MultiSelect is true, refer to the Selections property.



Страницы: 1 вся ветка

Текущий архив: 2007.11.04;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.012 c
2-1191991361
DrAndrey
2007-10-10 08:42
2007.11.04
В контекстное меню проводника добавить свой пункт.


15-1191147175
opa4ki2
2007-09-30 14:12
2007.11.04
Прозрачный scrollbox


3-1182663843
celeron
2007-06-24 09:44
2007.11.04
Чтение типа Binary из MS SQL Server 2000


2-1192379027
Инжинер
2007-10-14 20:23
2007.11.04
Работа с USB


4-1178286129
White Barsik
2007-05-04 17:42
2007.11.04
LoadLibrary, GetProcAddress и пр.