Jump to content

Olli73

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Olli73

    D12 TItemClickEvent undeclared identifier

    var ItemClickEvent: TCustomListBox.TItemClickEvent;
  2. Olli73

    Mouse cursor

    I would try another way: Make a dervied class from TWebRowser and make MouseClick (or MouseDown / MouseUp) function(s) public there. Now call this function(s) with your mouse cursor coordinates.
×