Promotic

Rows - property of the PmaDataTable object

Description:
The number of rows.
Syntax:
Long Rows
Note:
Property access for read only.
 
The Number of rows can be changed by methods InsertRow and RemoveRow.
Maximum row number depends on PROMOTIC runtime licence and is: PmRtProf: 65535, PmRtFree: 30 and PmRtXX: XX (for example PmRt100: 100).
The value of this property can be also obtained in the "PmaRoot" item of the INFO system (when looking into the object with this property).
See also:
- PmaDataTable.Cols (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oDataTable = pMe.Pm("/DataTable");
var nRows = oDataTable.Rows;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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