FMX.ListBox.TListBoxGroupFooter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TListBoxGroupFooter = class(TListBoxSeparatorItem)

C++

class PASCALIMPLEMENTATION TListBoxGroupFooter : 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 end of a group of list items.

TListBoxGroupFooter is a special type of TListBoxItem that appears at the end of a group of list box items.

See Also