API:FMX.ListView.Appearances.TCustomItemObjects

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Appearances.TItemAppearanceObjectsFMX.ListView.Appearances.TAppearanceObjectsSystem.Classes.TPersistentSystem.TObjectTCustomItemObjects

Delphi

TCustomItemObjects = class(TItemAppearanceObjects)

C++

class PASCALIMPLEMENTATION TCustomItemObjects : public TItemAppearanceObjects

Properties

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

Description

Implements functionality for customizing the appearance of an item from the list view.

FMX.ListView.Appearances.TCustomItemObjects inherits from FMX.ListView.Appearances.TItemAppearanceObjects. All content below this line refers to FMX.ListView.Appearances.TItemAppearanceObjects.

Implements functionality for customizing the appearance of an item from the list view. The functionality includes text, detail, image, accessory, text button, and graphical button appearance customizations.

See Also