Text | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Synonyms | pgtext |
Associations | com.livecode.widget.polygrid |
Summary | The text property reflects the content in tab delimited form. |
Example |
|
Description | The text property always reflects the same value as pgData but in tab-delimited format. Text is supposed to be a collection of data where each row is delimited by the return character and each element is delimited by a tab. |
Tags | table,data |