Thema
:
Drag&Drop mit TcxListBox und TcxTreeList
Einzelnen Beitrag anzeigen
Furtbichler
(Gast)
n/a Beiträge
#
5
AW: Drag&Drop mit TcxListBox und TcxTreeList
4. Jul 2012, 09:35
Du siehst den Wald nicht mehr
markieren
Delphi-Quellcode:
if
(Source
is
TcxDragControlObject)
and
(TcxDragControlObject(Source).Control
is
TcxListBox)
then
begin
TheListBox := TcxListBox(TcxDragControlObject(Source).Control);
i := TheListBox.ItemIndex;
Zitat