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