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