FMX.ListBox.TListGroupingKind
Delphi
TListGroupingKind = (Plain, Grouped);
C++
enum class DECLSPEC_DENUM TListGroupingKind : unsigned char { Plain, Grouped };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | FMX.ListBox |
Description
Specifies how the items in the same group are displayed.
| Value | Meaning |
|---|---|
|
|
The items in the same group are displayed normally. |
|
|
The items in the same group are displayed with a different background. |