FMX.ListView.Types.TListItemStyleResources

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTListItemStyleResources

Delphi

TListItemStyleResources = class

C++

class PASCALIMPLEMENTATION TListItemStyleResources : public System::TObject

Properties

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

Description

Is a class that implements the style resources for a list view item.

The resources implemented by the TListItemStyleResources class consist of accessory images, text fonts and colors for the various texts that can appear in a list view item, and various button (check box, delete, and so on) customizations.

See Also