FMX.ListBox.TListBoxSeparatorItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListBox.TListBoxItemFMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTListBoxSeparatorItem

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.

See Also