Vcl.ComCtrls.TCustomListView.OnSelectItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectItem: TLVSelectItemEvent read FOnSelectItem write FOnSelectItem;

C++

__property TLVSelectItemEvent OnSelectItem = {read=FOnSelectItem, write=FOnSelectItem};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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