FMX.ListView.TListView.EditMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditMode: Boolean read FEditMode write SetEditMode default 0;

C++

__property EditMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Specifies whether this list view component is in the edit mode (True) or in the regular mode (False).

FMX.ListView.TListView.EditMode inherits from FMX.ListView.TListViewBase.EditMode. All content below this line refers to FMX.ListView.TListViewBase.EditMode.

Specifies whether this list view component is in the edit mode (True) or in the regular mode (False).

On some platforms, the list view shows an animation when the value of the EditMode property changes at run time.

See Also