Update cookies preferences
Promotic

SetArray - method of the PmfTableRow object

Description:
Assigns an array of values to the cells of the table row.
Syntax:
Empty SetArray(PmArray aArray)
Parameters:
aArray(PmArray) 1-dimensional array of values (PmArray). The number of array elements must be the same as the number of cells in the given table row.
Note:
This method is also functional in Web panels.
See also:
Example:
JavaScriptSelect and copy to clipboard

var aValues = Pm.Array1("text 1", "text 2", "text 3", "text 4");
oRow.SetArray(aValues);

History:
Pm9.00.28: Created
PROMOTIC 9.0.28 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.