API: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

Represents a toolbar component for use in FireMonkey forms.

FMX.ListBox.TListBoxHeader inherits from FMX.StdCtrls.TToolBar. All content below this line refers to FMX.StdCtrls.TToolBar.

Represents a toolbar component for use in FireMonkey forms.

The toolbar is usually aligned at the top of a form, and has a bunch of buttons that represent shortcuts or ways to access the functionality embedded into your application. A toolbar holds essentially speed buttons, but any other FireMonkey control can sit inside a toolbar. All tool buttons on a toolbar should maintain a uniform width and height for consistency.

Typically, the tool buttons correspond to items in an application's menu and give the user more direct access to the application's commands, but they can access other functionality implemented into your application.

ToolBar.png

See Also