FMX.ListBox.TListBoxSeparatorItem
Delphi
TListBoxSeparatorItem = class(TListBoxItem)
C++
class PASCALIMPLEMENTATION TListBoxSeparatorItem : public TListBoxItem
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.
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.