API:FMX.ListBox.TListBoxGroupHeader

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListBox.TListBoxSeparatorItemFMX.ListBox.TListBoxItemFMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTListBoxGroupHeader

Delphi

TListBoxGroupHeader = class(TListBoxSeparatorItem)

C++

class PASCALIMPLEMENTATION TListBoxGroupHeader : public TListBoxSeparatorItem

Properties

Type Visibility Source Unit Parent
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Description

An item that marks a section in a list box.

FMX.ListBox.TListBoxGroupHeader inherits from FMX.ListBox.TListBoxSeparatorItem. All content below this line refers to FMX.ListBox.TListBoxSeparatorItem.

An item that marks a section in a list box.

TListBoxSeparatorItem is not selectable and can mark the beginning or the end of a group of items.

TListBoxSeparatorItem is the base class for TListBoxGroupHeader and TListBoxGroupFooter.

See Also