FMX.ListView.Appearances.TRegisterAppearanceOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRegisterAppearanceOption = (Footer, Header, Item, ItemEdit, DefaultFooter, DefaultHeader, DefaultItem, DefaultItemEdit);

C++

enum class DECLSPEC_DENUM TRegisterAppearanceOption : unsigned char { Footer, Header, Item, ItemEdit, DefaultFooter, DefaultHeader, DefaultItem, DefaultItemEdit };

Properties

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

Description

TRegisterAppearanceOption is an enumeration of appearance options. These options refer to various parts that compose the list view component, such as the footer, the header, the item, the item in edit mode, the default footer, and the header and the item.

See Also