Navigation: Function Reference > User Script Functions > Grid.return()

Grid.return()

Top  Previous  Next

Grid.return( aRow: Integer; aData: Array of Const );

 

Returns a block of values to the ScanExpert Viewer Grid for display, where aRow is the row occupied in the grid by the driving symbol and aData is an array of data items to be displayed.

 

The array aData can contain String, Integer, or Double values, or TEStream objects, and these can be combined in any order. Any TEStream objects that are returned are converted to their native display format automatically by the ScanExpert Viewer Grid.

 

Parameters

 

aRow

integer value offset into the grid. use getRow() function to determine row.

aData

array of values to be returned.

 

return

 

See also:

 

Grid.setCellData()