FMX.ListView.TAppearanceListView.SetItemHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemHeight(const Value: Integer); virtual;

C++

virtual void __fastcall SetItemHeight(const int Value);

Properties

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

Description

Setter of ItemHeight.

See Also