Change of the columns number is enabled | If the change of the columns number is disabled, then the table has as many columns as it is defined on the "DataTable" tab and this cannot be changed during the run of the application.
If the change is enabled, then after the application is launched the table has defined the columns, but by the InsertCol or RemoveCol method it is possible to change its number dynamically. |
---|---|
Max. number of columns | This configurator appears only if the change of the columns number is enabled. The 0 value means that the maximum number equals the number of defined columns. Dynamic insertion of the column would fail if the number exceeded the maximal value.
Maximum number of columns depends on PROMOTIC runtime licence and is: PmRtProf: 65535, PmRtFree: 30 and PmRtXX: XX (for example PmRt100: 100). This configurator sets the initial value of the MaxCols property. |
Change of rows number is enabled | If the change of rows number is disabled, then the table has as many rows (rows are created after the application is launched) as the maximum number of rows and this cannot changed during the run of the application.
If the change is enabled, then by the InsertRow or RemoveRow method it is possible to change its number dynamically. |
Maximum row number | Dynamic insertion of a row would fail if the number of rows exceeded the maximal value.
Maximum row number depends on PROMOTIC runtime licence and is: PmRtProf: 65535, PmRtFree: 30 and PmRtXX: XX (for example PmRt100: 100). This configurator sets the initial value of the MaxRows property. |
Number of rows on begin | This configurator appears only if the change the number of rows is enabled. |