FMX.ListView.Types.TListItemPurpose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListItemPurpose = (None, Header, Footer);

C++

enum class DECLSPEC_DENUM TListItemPurpose : unsigned char { None, Header, Footer };

Properties

Type Visibility Source Unit Parent
enum public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types FMX.ListView.Types

Description

Implements functionality for representing the item type of a list view.

The functionality implemented by TListItemPurpose refers to the item type of a list view. The type of an item can be:

  • None = normal item.
  • Header = item that is the header for a group of normal items.
  • Footer = item that is a footer for a group of normal items.

See Also