FMX.ListView.TListViewBase.TDeletingItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDeletingItemEvent = procedure(Sender: TObject; AIndex: Integer; var ACanDelete: Boolean) of object;

C++

typedef void __fastcall (__closure *TDeletingItemEvent)(System::TObject* Sender, int AIndex, bool &ACanDelete);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.