TTMSFNCResponsiveList.FindItemAtPoint Method
Finds the item located at a given point.
API unit family: TMSFNCResponsiveList
Declaring type: TTMSFNCResponsiveList
Syntax
function FindItemAtPoint(pt: TPoint): TResponsiveListItem;
Parameters
| Name | Description |
|---|---|
pt |
Point, expressed in client coordinates, to test against the items. |
Returns
The item at the given point, or nil when no item occupies that point.