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

A list item that marks the beginning of a group of list items.

TListBoxGroupHeader is a special type of TListBoxItem that appears at the beginning of a group of list box items.

See Also