Einzelnen Beitrag anzeigen

Furtbichler
(Gast)

n/a Beiträge
 
#5

AW: Drag&Drop mit TcxListBox und TcxTreeList

  Alt 4. Jul 2012, 08:35
Du siehst den Wald nicht mehr
Delphi-Quellcode:
if (Source is TcxDragControlObject) and (TcxDragControlObject(Source).Control is TcxListBox) then
    begin
      TheListBox := TcxListBox(TcxDragControlObject(Source).Control);
      i := TheListBox.ItemIndex;
  Mit Zitat antworten Zitat