tsvData
Type
property
Summary
The tsvData property reflects the content in TSV format.
Syntax
set the tsvData of widget to <TSV>
get the tsvData of widget
Description
The tsvData property reflects the widget's content in tab-delimited format. The first of the values represents the names of the subitems defined in dataLayout.
When this property is set, the names of the subitems defined in dataLayout must be in line 1 of the value. If the columns names of the sub items of the PolyList widget are not matched by the column names of the TSV data the data will be stored in the widget. When getting this property it will only return the values with a corresponding sub item defined in the dataLayout property.