Главная страница
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.013 c
8-17205
Спрашиватель
2002-11-26 10:35
2003.03.06
Работа с JPEGом


1-17012
maxfiles
2003-02-25 03:29
2003.03.06
Можно ли в Delphi 7 задать цвет в Listbox конкретной чтрочке?


6-17241
dphmen1
2003-01-14 13:27
2003.03.06
Протокол TCP IP


9-16848
RavenD
2002-10-04 21:12
2003.03.06
Движение в DirectX.


1-17129
Konstantin
2003-02-22 19:12
2003.03.06
Иконки в FileListBox