FMX.ListView.TAppearanceListView.EditModeAppearances

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditModeAppearances;

C++

void __fastcall EditModeAppearances();

Properties

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

Description

Prepares the appearance of the list view items for the animation that plays when the list view enters the edit mode.

The list view calls EditModeAppearances when the EditMode property of the list view changes from False to True and the run-time platform supports edit mode animations, provided that the event handler of OnEditModeChanging did not prepare the appearance already.