Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.983 Beiträge
 
#1

Implementing On Item Click / Double Click for Delphi's TListView control

  Alt 16. Jun 2010, 10:00
in VCL Ideas :: Unfortunatelly, if you need to know what list view item was clicked or double clicked you cannot simply handle the OnClick / OnDblClick events to get the clicked item. You need to call the GetHitTestInfoAt function and make sure the click event occured over an actual item. Here's ...

More...
  Mit Zitat antworten Zitat