FMX.ListView.TListViewBase.WillEnterEditMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WillEnterEditMode(const Animated: Boolean); virtual;

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 TListViewBase

Description

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.