[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get the item index for the given client coordinates.
Source position: stdctrls.pp line 576
public function TCustomListBox.ItemAtPos( |
const Pos: TPoint; |
Existing: Boolean |
):Integer; |
Pos |
|
The item position. |
Existing |
|
True when the index is requested for insertion of a new item. |
The calculated item index, can be out of the Items bounds.
|
Find the item at the given client coordinates. |
lazarus-ccr.sourceforge.net |