FMX.ListBox.TListBoxHeader

Delphi
TListBoxHeader = class(TToolBar, IListBoxHeaderTrait)
C++
class PASCALIMPLEMENTATION TListBoxHeader : public Fmx::Stdctrls::TToolBar
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | FMX.ListBox | 
Description
An item that represents the header of a list box.
You can use TListBoxHeader to add a title or buttons related to the list box.
To add a header to the list box, choose an item of type TListBoxHeader in the Items Designer.