Language Reference Guide : 4. System Classes : ChoiceList Class : BitmapByValue Method
 
Share this page                  
BitmapByValue Method
The BitmapByValue method returns the EnumBitmap column value from the row that contains the specified enumvalue in the EnumValue column.
This method has the following syntax:
BitmapObject = ChoiceList.BitmapByValue(enumvalue = integer)
This method has the following parameter:
enumvalue
Specifies the enumvalue
If more than one row contains the specified enumvalue, this method returns only the first row. If there are no rows with that value, the method returns null.