pgHilitedData | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Get or set the hilited data array corresponding to hilited rows. |
Example |
|
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. |
Tags | table,data |