Vcl.ComCtrls.TListView.OnSelectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectItem: TLVSelectItemEvent read FOnSelectItem write FOnSelectItem;

C++

__property OnSelectItem;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

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

Vcl.ComCtrls.TListView.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