FMX.ListView.Appearances.IAppearanceItemOwner
Delphi
IAppearanceItemOwner = interface
C++
__interface INTERFACE_UUID("{A3CAF8E2-ECD5-4989-9B03-B3E79B02DFBC}") IAppearanceItemOwner : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | FMX.ListView.Appearances |
Description
Interface that the control that owns an instance of TAppearanceListViewItems must implement.
Controls that own a list view must implement:
- Methods that the list view uses to notify the beginning and the end of an operation to update its visual content.
- A method to let the list view get the appearance properties of the control.
- A method to prepare the edit mode appearance objects of a list view item.