DisplayBox.getItemValue

Availability

Flash Player 7.

Usage

DisplayBox.getItemValue([fieldName,ID])

Parameters

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

Returns

A string containg the text in the specified column and row. If the ID does not exist then the return will be Nothing.

Description

Function; Returns the text stored in the specified row and column.

Example

Author

Telsim, Inc.