pgColumnNames | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Specifies the names of columns. |
Example |
|
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. |
Tags | table,data |