FMX.ListView.TListViewBase.GetItemRect
Delphi
function GetItemRect(const AItemIndex: Integer): TRectF;
C++
System::Types::TRectF __fastcall GetItemRect(const int AItemIndex);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.ListView.pas FMX.ListView.hpp  | 
        FMX.ListView | TListViewBase | 
Description
Returns a TRectF that surrounds the specified item.
The GetItemRect method returns a rectangle with floating-point coordinates (TRectF) that surrounds the item specified through its index (the AItemIndex parameter).