FMX.ListView.Appearances
Classes and interfaces that define the visual appearance of list views and their items.
| Package | fmx.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 | Object appearance that represents the appearance of a list view item accessory, such as a checkbox or a button to access details about the list view item. |
| TAppearanceListViewItem | |
| TAppearanceListViewItems | Extended items adapter that supports item appearances. |
| 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 | Base class that provides some functionality on top of TObjectAppearance that makes it easier to create new object appearance types. |
| TCustomAccessoryObjectAppearance | Base class for types of object appearance that represent the appearance of a list view item accessory, such as a checkbox or a button to access details about the list view item. |
| TCustomGlyphButtonObjectAppearance | Base class for types of object appearance that represent the appearance of a list view item glyph button, such as a Delete button or an Add button. |
| TCustomImageObjectAppearance | Base class for types of object appearance that represent the appearance of a list view item image. |
| TCustomItemObjects | Base class for customizing the appearance of an item from the list view. |
| TCustomTextButtonObjectAppearance | Base class for types of object appearance that represent the appearance of a list view item text button. |
| TCustomTextObjectAppearance | Base class for types of object appearance that represent the appearance of a list view item text. |
| TEmptyItemObjects | Class that implements no customization of the appearance of an item from the list view. |
| TGlyphButtonObjectAppearance | Object appearance that represents the appearance of a list view item glyph button, such as a Delete button or an Add button. |
| TImageObjectAppearance | Object appearance that represents the appearance of a list view item image, such as a Delete button or an Add button. |
| 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 | Abstract base class for object appearances that belong to a set of appearance objects. |
| 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 | Object appearance that represents the appearance of a list view item text button. |
| TTextObjectAppearance | Object appearance that represents the appearance of a list view item text. |
Types
| 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. |