FMX.ListBox.TListBoxSeparatorItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Beschreibung

Ein Eintrag, der einen Abschnitt in einem Listenfeld markiert.

TListBoxSeparatorItem kann nicht ausgewählt werden und kann den Anfang oder das Ende einer Gruppe von Einträgen kennzeichnen.

TListBoxSeparatorItem ist die Basisklasse für TListBoxGroupHeader und TListBoxGroupFooter.

Siehe auch