API:FMX.ListView.Appearances.TEmptyItemObjects

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TEmptyItemObjects = class(TItemAppearanceObjects)

C++

class PASCALIMPLEMENTATION TEmptyItemObjects : 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.TEmptyItemObjects 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