Language Reference Guide : 4. System Classes : ChoiceDetail Class : ImageIndex Attribute
 
Share this page                  
ImageIndex Attribute
Data Type: Integer
4GL Access: RW
A bitmap may be displayed at the beginning of a row of a ListviewField.
A ListviewField has two attributes, which are arrays of BitmapObjects:
SmallImageList
LargeImageList
The ImageIndex attribute is an index into the SmallImageList and LargeImageList arrays of the associated ListviewField. If ImageIndex is a valid index for these arrays, it determines the bitmap displayed for the Listview row. If ImageIndex is not a valid array index, no bitmap is displayed.