FMX.ListView.TListViewBase.GetItemRect

From RAD Studio API Documentation
Jump to: navigation, search

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).

See Also