ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Number of rows or columns found in the specified control.
Name of the control to be used. This control can correspond to: a Table control.a TreeView Table control.
Used to specify the type of returned result: the toShown, toTotal and toVisible constants contain a number of rows. the toColumn constant contains the number of columns in the control. Table or TreeView Table control based on a data fileTable or TreeView Table control populated programmaticallytoShown Default constant for a Table or TreeView Table control based on a data file. Constant not available.Number of non-empty rows visible in the control. This constant should not be used for Table controls in "Server + AJAX" mode.Number of non-empty rows in the visible part of the control.Remark: Hidden rows (with the Visible property ) are counted.toColumnNumber of columns found in the control.Number of columns found in the control.toTotal(Default value) Default constant for a Table control populated programmatically.Total number of records ("Proportional scrollbar" is checked): of the linked file (if there is no filter).filtered of the linked file (if there is a filter).in the query (if the control is linked to a query).Number of visible records if the control includes a scrollbar with an ongoing movement ("Proportional scrollbar" unchecked)Caution: The "end of initialization" code is run when the total is calculated. Total number of records: in the linked data file (if there is no filter).filtered of the linked file (if there is a filter).in the query (if the control is linked to a query). This calculation may take quite a long time if the control is linked to a huge data file.Number of rows in memory (rows added by the user or rows added by <Table>.Add, <Table>.AddLine, <Table>.Insert and <Table>.InsertLine).Remarks: Hidden rows (with the Visible property ) are counted.Rows filtered with TableEnableFilter or filtered by the user are not counted.toVisible Constant not available.Number of visible rows (including the empty rows or the rows that are partially displayed). Corresponds to the maximum number of rows that can be displayed in the control. This constant should not be used for Table controls in "Server + AJAX" mode.Number of visible rows (including the empty rows or the rows that are partially displayed). Corresponds to the maximum number of rows that can be displayed in the control.Remark: Hidden rows (with the Visible property ) are counted.
Use conditions
Equivalence between the <Table>.Count function and the Size property
Table controls in "Server + AJAX" mode
Last update: 02/16/2023
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: