pgHilitedData

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the pgHilitedData of widget to <DataArray>
get the pgHilitedData of widget
Associationscom.livecode.widget.polygrid
Summary

Get or set the hilited data array corresponding to hilited rows.

Example
set the pgHilitedData of widget"PolyGrid" to tArray
Description

Use the pgHilitedData property to get or set the array of data that is currently hilited. The first dimension of the array uses numeric keys corresponding to each of the hilited row(s), and the value of each is an array in wich each key corresponds to a column name.

Tagstable,data