Language Reference Guide : 4. System Classes : ChoiceList Class : TextByBitmap Method
 
Share this page                  
TextByBitmap Method
The TextByBitmap method returns the EnumText column value from the row that contains the specified bitmapvalue in the EnumBitmap column.
This method has the following syntax:
nvarchar = ChoiceList.TextByBitmap(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.