FMX.ListBox.TCustomListBox.ItemByPoint
Delphi
function ItemByPoint(const X, Y: Single): TListBoxItem;
C++
TListBoxItem* __fastcall ItemByPoint(const float X, const float Y);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Renvoie l'élément au point spécifié.
Appelez ItemByPoint pour obtenir l'élément contenant dans ses limites le point spécifié par X
et Y
.