FMX.ListBox.TListBoxHeader

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TToolBarFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTListBoxHeader

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.

See Also