Board index » delphi » ImageIndex on TListColumn

ImageIndex on TListColumn

How to I tell the TListColumn where to find the TImageList so that it can
get the image index the the ImageIndex field of the TListColumn.  I thought
it might have been in the TListView but I am haveing trouble finding it.

Thanks,
Tony

 

Re:ImageIndex on TListColumn


Quote
In article <3bff6358$1_1@dnews>, Tony C. Wang wrote:
> How to I tell the TListColumn where to find the TImageList so that it can
> get the image index the the ImageIndex field of the TListColumn.  I thought
> it might have been in the TListView but I am haveing trouble finding it.

It is in the listview, the Smallimages property. The online help for
TListColumn.Imageindex is fairly clear on this:

"Use ImageIndex to get or set the index of the image displayed in the column.
This index identifies an image in the list views SmallImages property"

Peter Below (TeamB)  100113.1...@compuserve.com)
No e-mail responses, please, unless explicitly requested!
Note: I'm unable to visit the newsgroups every day at the moment,
so be patient if you don't get a reply immediately.

Other Threads