FMX.ListBox.TListBoxGroupFooter

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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