FMX.ListView.TAppearanceListView.WillEnterEditMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WillEnterEditMode(const Animated: Boolean); override;

C++

virtual void __fastcall WillEnterEditMode(const bool Animated);

Properties

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

Description

Invoked when the Edit mode is being changed.


FMX.ListView.TAppearanceListView.WillEnterEditMode inherits from FMX.ListView.TListViewBase.WillEnterEditMode. All content below this line refers to FMX.ListView.TListViewBase.WillEnterEditMode.

Invoked when the Edit mode is being changed.

If the Edit mode requires a different appearance, this is where an update of appearances needs to be initiated.