Flash Player 7.
DisplayBox.getItemValue([fieldName,ID])
fieldName Optional; The name of the column you would
like to return the value for, as you specified in the name property of the columns
tab in the parameters tab. default: : the sIDX field which contains the IDX
you created the row with using DisplayBox.addListItem()
ID Optional; The row you would like to return a value
for. default : last selected row
A string containg the text in the specified column and row. If the ID does not exist then the return will be Nothing.
Function; Returns the text stored in the specified row and column.