pgColumnNames

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

Specifies the names of columns.

Example
set the pgColumnNames of widget "PolyGrid" to "Product,Icon,Description"
Description

Use pgColumnNames to get or set the column names, the value of this property is a comma delimited list in wich item corresponds to the name of the column on that position. Note that columns can have a name and a different label. Column names are unique, if a pgColumnNames is set with duplicate item only the first will be taken.

Tagstable,data