Vcl.Touch.GestureCtrls.TGestureListView.OnGetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetImageIndex: TLVNotifyEvent read FOnGetImageIndex write FOnGetImageIndex;

C++

__property OnGetImageIndex;

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 about to be displayed in the list view control.

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

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

Use OnGetImageIndex to dynamically assign an ImageIndex to the item before it is displayed in the list view control.

OnGetImageIndex is an event handler of type Vcl.ComCtrls.TLVNotifyEvent.

See Also