FMX.ListView.TListView.OnEditModeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEditModeChange: TNotifyEvent read FOnEditModeChange write FOnEditModeChange;

C++

__property OnEditModeChange;

Properties

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

Description

Occurs immediately after the list view component enters the edit mode.

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

Occurs immediately after the list view component enters the edit mode.

Write an OnEditModeChange event handler to provide additional functionality after entering the edit mode.

OnEditModeChange is an event of type TNotifyEvent.

See Also