FMX.ListView.Types.IListViewAdapter.GetDefaultViewHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultViewHeight: Integer;

C++

virtual int __fastcall GetDefaultViewHeight() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewAdapter

Description

Returns the height of the items that are not explicitly defined.

See Also