FMX.ListView.TAppearanceListView.SetFooterHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFooterHeight(const Value: Integer); virtual;

C++

virtual void __fastcall SetFooterHeight(const int Value);

Properties

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

Description

Setter of FooterHeight.

See Also