RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.OnGetImageIndex Event

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

Pascal
property OnGetImageIndex: TLVNotifyEvent;
C++
__property TLVNotifyEvent OnGetImageIndex;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!