FMX.ListView.TAppearanceListView.GetItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemHeight(const Index: Integer): Integer; overload; override;
function GetItemHeight: Integer; overload; virtual;

C++

virtual int __fastcall GetItemHeight(const int Index)/* overload */;
HIDESBASE virtual int __fastcall GetItemHeight(void)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Returns the height of the list view item that has the specified index in the list of items, or the value of ItemHeight if you do not specify any index.

See Also