RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!