FMX.ListBox.TListGroupingKind

From RAD Studio API Documentation
Jump to: navigation, search

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

Plain

The items in the same group are displayed normally.

Grouped

The items in the same group are displayed with a different background.

See Also