FMX.ListView.Appearances.TAppearanceObjects

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTAppearanceObjects

Delphi

TAppearanceObjects = class abstract (TPersistent)

C++

class PASCALIMPLEMENTATION TAppearanceObjects : public System::Classes::TPersistent

Properties

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

Description

Is an abstract class that defines the structure of an object that implements appearance related functionality. Appearances.TAppearanceObjects is parent for Appearances.TItemAppearanceObjects which implements functionality for customizing the appearance of an item from the list view.

See Also