FMX.ListBox.TCustomListBox.ItemByPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemByPoint(const X, Y: Single): TListBoxItem;

C++

TListBoxItem* __fastcall ItemByPoint(const float X, const float Y);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Returns the item at the specified point.

Call ItemByPoint to get the item that contains in its bounds the point specified by X and Y.

See Also