Prehľad
Nástroje obsahu
%HI_TVQueryDnDItem( INT in refId, OUT in hNode1, OUT in hNode2 )
refId | Identifier of tree view. |
hNode1 | Item in the tree. |
hNode2 | Item in the tree. |
hNode1 | hNode2 | |
invalid | invalid | Dropping out of tree items. |
invalid | valid | Dropping above hNode2. |
valid | invalid | Dropping under hNode1. |
valid | invalid | If hNode1 = hNode2, the new item is dropped directly onto the existing item. If hNode1 ≠ hNode2, the new item is dropped between the items hNode1 and hNode2, whereby hNode1 and hNode2 are placed always on the same level of the tree. |
Pridať komentár