FMX.ListView.TPresentedListView.DoEditModeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEditModeChange; override;

C++

virtual void __fastcall DoEditModeChange();

Properties

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

Description

Responds to entering of the list view into edit mode.

The DoEditModeChange method also fires an OnEditModeChange event.

See Also