pgDataOfRow | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Get and set array of data from one row. |
Example |
|
Description | Use the pgDataOfRow property to get and set an array of data from a row. Before calling the pgDataOfRow property, you must point to the row you want to get or set the data from. This is done with the pgInternalPointer (property) property. |
Tags | table,data |