FMX.ListView.TListViewBase.EditMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditMode: Boolean read FEditMode write SetEditMode default False;

C++

__property bool EditMode = {read=FEditMode, write=SetEditMode, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

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