FMX.ListView.Types.IListViewEditor.OnBeforeItemDeleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeItemDeleted: TBeforeItemDeletedNotify write SetBeforeItemDeleted;

C++

__property TBeforeItemDeletedNotify OnBeforeItemDeleted = {write=SetBeforeItemDeleted};

Properties

Type Visibility Source Unit Parent
event public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewEditor

Description

Shows a notification before deleting an item.