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

Вниз

Как перетащить элемент в Treeview е   Найти похожие ветки 

 
multik ©   (2003-02-24 19:41) [0]

Столкнулся с проблемой:
у Treeview в инспекторе написал следующие
dragkind - dkdrag
dragmode - dkautomatic
Но в событии перетаскивания не знаю, что писать. Вообще как можно заставить перетаскивать в treeview.
Поскажите пожалуйста. Это последний штрих в моей проге.


 
Cobalt ©   (2003-02-24 22:46) [1]

Надеюсь, это поможет:
DropTarget
Specifies which item in the tree view appears as the target of a drag and drop operation.
property DropTarget: TTreeNode;

Description

Read DropTarget to determine whether a node in the tree view is drawn as the target of a drag and drop operation. Set DropTarget when specifying a particular node in the tree view as the drop target of a dragged item.

Note: When DropTarget is set, the application must still handle the actual logic of accepting the dragged object by the indicated node.
---------------------------------------------
TCustomTreeView.GetNodeAt
Returns the node that is found at the specified position.

function GetNodeAt(X, Y: Integer): TTreeNode;

Description

Call GetNodeAt to access the node at the position specified by the X and Y parameters. X and Y specify the position in pixels relative to the top left corner of the tree view. If there is no node at the location, GetNodeAt returns nil.


 
multik ©   (2003-02-25 00:10) [2]

Я перевёл, но не получается нечего. При переаскивании курсор имеет знак запрета. Покапался в справке, хоть и у меня слабые знания в ан.яз, но нашёл MoveTo(Destination: TTreeNode; Mode: TNodeAttachMode);
Поидее это то самое, что я ищу, но нечего не получается. Пожалуйста подскажите, где можно хоть посмотреть исходники или хотя бы принцип работы. Заранее спасибо.


 
MBo ©   (2003-02-25 06:17) [3]

В раздел Статьи не заглядывал?



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

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

Наверх




Память: 0.47 MB
Время: 0.019 c
14-17358
Roman Go
2003-02-18 11:20
2003.03.06
Сколько стоит MS SQL Server 2000


14-17273
[lamer]Barmaglot
2003-02-18 14:18
2003.03.06
Диски с больше Z.


3-16855
korvin
2003-02-14 14:15
2003.03.06
QReport в несколько столбцов


3-16968
AlexAlex2
2003-02-14 16:59
2003.03.06
Как бороться с Directory is bizy на присв. Session.PrivateDir ?


3-16974
AnnReal
2003-02-17 16:26
2003.03.06
Выделение строк в DBGrid двойным щелчком мышы