FMX.ListView.Appearances.IPublishedAppearanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPublishedAppearanceOwner = interface

C++

__interface  INTERFACE_UUID("{990AB866-92AB-4552-BB12-223F44CFD062}") IPublishedAppearanceOwner  : 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 owner of an instance of TPublishedAppearance and the owner of an instance of TItemAppearanceProperties must implement.

This interface defines:

  • Properties, with getters and setters, to obtain appearance properties, appearance names and heights of different types of list view items.
  • Methods to check whether or not a list view item is in edit mode, and methods to be notified of changes in the appearance properties or in the height of a list view item.

See Also