Vcl.Touch.GestureCtrls.TGestureListView.OnDeletion

From RAD Studio API Documentation

Delphi

property OnDeletion: TLVDeletedEvent read FOnDeletion write FOnDeletion;

C++

__property OnDeletion;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Occurs when an item in the list view is about to be deleted. {{#multireplace:Vcl.Touch.GestureCtrls.TGestureListView.OnDeletion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomListView.OnDeletion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomListView.OnDeletion|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when an item in the list view is about to be deleted.

Write an OnDeletion event handler to respond when an item in the list is about to be deleted. The Item parameter is the TListItem object from the Items property that is about to be deleted.

OnDeletion is an event handler of type Vcl.ComCtrls.TLVDeletedEvent.

See Also