BitmapByIndex Method
The BitmapByIndex method returns the EnumBitmap column value from the row at the specified sequence number in the ChoiceItems array.
This method has the following syntax:
BitmapObject = ChoiceList.BitmapByIndex(indexvalue = integer)
This method has the following parameter:
indexvalue
Specifies the sequence number of the desired row. If the row does not exist, the method returns null.
You can use the following syntax to reference the EnumBitmap value:
BitmapObject = ChoiceBitmap(ChoiceList.
ChoiceItems[indexvalue]).EnumBitmap
indexvalue
Specifies the sequence number of the desired row