FMX.ListView.TAppearanceListView.GetAppearanceProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAppearanceProperties: TArray<TItemAppearanceProperties>;

C++

System::DynamicArray<Fmx::Listview::Appearances::TItemAppearanceProperties*> __fastcall GetAppearanceProperties();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Returns an array with the objects of appearance properties of list view items.

The array contains the objects of appearance properties in the following order:

  1. Appearance of regular items in edit mode.
  2. Appearance of regular items.
  3. Appearance of header items.
  4. Appearance of footer items.