[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Find the item at the given client coordinates.
Source position: stdctrls.pp line 573
public function TCustomListBox.GetIndexAtXY( |
X: Integer; |
Y: Integer |
):Integer; |
X |
|
The X client coordinate. |
Y |
|
The Y client coordinate. |
The item index, -1 if no item could be found.
lazarus-ccr.sourceforge.net |