FMX.ListView.Appearances
Classes and interfaces that define the visual appearance of list views and their items.
| Package | fmx230.bpl |
|---|
Classes
| IAppearanceItemOwner | Interface that the control that owns an instance of TAppearanceListViewItems must implement. |
| IPublishedAppearanceOwner | Interface that the owner of an instance of TPublishedAppearance and the owner of an instance of TItemAppearanceProperties must implement. |
| TAccessoryObjectAppearance | Publishes the required properties of the Appearances.TCustomAccessoryObjectAppearance class for the Object Inspector integration. |
| TAppearanceListViewItem | |
| TAppearanceListViewItems | |
| TAppearanceNames | Class that defines string constants that are used as appearance names for various list view components such as items, headers, and so on. |
| TAppearanceObjects | Is an abstract class that defines the structure of an object that implements appearance related functionality. |
| TAppearancesRegistry | Global registry of appearances. |
| TCommonObjectAppearance | Implements a basic functionality for describing the graphical appearance of an object. |
| TCustomAccessoryObjectAppearance | Implements functionality for describing the graphical appearance of an accessory object. |
| TCustomGlyphButtonObjectAppearance | Implements functionality for describing the graphical appearance of a glyph (graphical) button object. |
| TCustomImageObjectAppearance | Implements functionality to customize the appearance of an image object to use inside a list view item. |
| TCustomItemObjects | Base class for customizing the appearance of an item from the list view. |
| TCustomTextButtonObjectAppearance | Implements functionality for describing the graphical appearance of a text button object. |
| TCustomTextObjectAppearance | Implements functionality for describing the graphical appearance of the text of a list view item. |
| TEmptyItemObjects | Class that implements no customization of the appearance of an item from the list view. |
| TGlyphButtonObjectAppearance | Publishes required properties of the Appearances.TCustomGlyphButtonObjectAppearance class for Object Inspector integration. |
| TImageObjectAppearance | Publishes required properties of the Appearances.TCustomImageObjectAppearance class for Object Inspector integration. |
| TItemAppearanceObjects | Implements functionality for customizing the appearance of an item from the list view. |
| TItemAppearanceObjectsClass | TItemAppearanceObjectsClass defines the metaclass for Appearances.TItemAppearanceObjects. |
| TItemAppearanceProperties | Implements various properties available for a list view item appearance setting. |
| TListItemObjectClass | TListItemObjectClass defines the metaclass for TListItemObject. |
| TListViewItem | Implements a list view item and all its appropriate functionality. |
| TNullItemObjects | Class that disables all services for managing Appearances.TListViewItem.Objects, such as creating and resizing. |
| TObjectAppearance | Is an abstract base class that is parent for all appearance-related classes that are used to customize the graphical appearance of the list view. |
| TPresetItemObjects | Is a base class for item object presets. |
| TPublishedAppearance | Type of the TAppearanceListView.ItemAppearance property, which groups appearance properties of the list view at design time. |
| TPublishedObjects | TPublishedObjects is used to group appearance objects at design time. |
| TTextButtonObjectAppearance | Publishes required properties of the Appearances.TCustomTextButtonObjectAppearance class for Object Inspector integration. |
| TTextObjectAppearance | Publishes required properties of the Appearances.TCustomTextObjectAppearance class for Object Inspector integration. |
Types
| _di_IAppearanceItemOwner | |
| _di_IPublishedAppearanceOwner | |
| TAppearanceNamePair | |
| TAppearanceType | Types of appearance that a list view item may use depending on the circumstances. |
| TItemControlEvent | |
| TRegisterAppearanceOption | TRegisterAppearanceOption is an enumeration of appearance options. |
| TRegisterAppearanceOptions | TRegisterAppearanceOptions is a set of TRegisterAppearanceOption items. |
| TRegisterAppearanceValue | |
| TRegisteredAppearance | TRegisteredAppearance is a record that designates a registered appearance option. |