FMX.ListView.TListView.OnEditModeChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEditModeChanging;

C++

__property OnEditModeChanging;

Properties

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

Description

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

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

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

Write an OnEditModeChanging event handler to provide additional functionality before entering the edit mode.

OnEditModeChanging is an event of type TNotifyEvent.

See Also