Vcl.Touch.GestureCtrls.TGestureListView.OnSelectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectItem;

C++

__property OnSelectItem;

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 is selected in the list view control.

Vcl.Touch.GestureCtrls.TGestureListView.OnSelectItem inherits from Vcl.ComCtrls.TCustomListView.OnSelectItem. All content below this line refers to Vcl.ComCtrls.TCustomListView.OnSelectItem.

Occurs when an item is selected in the list view control.

Use OnSelectItem to perform actions when an item is selected.

OnSelectItem is an event handler of type Vcl.ComCtrls.TLVSelectItemEvent.

See Also

Code Examples