FMX.ListView.Types.TBeforeItemDeletedNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeforeItemDeletedNotify = procedure(Sender: IListViewEditor; const Index: Integer) of object;

C++

typedef void __fastcall (__closure *TBeforeItemDeletedNotify)(_di_IListViewEditor Sender, const int Index);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types FMX.ListView.Types

Description

Embarcadero Technologies does not currently have any additional information.