FMX.ListView.Appearances.IAppearanceItemOwner

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also