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