ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Displaying a Table or TreeView Table control from a specified row Hide the details
Name of Table or TreeView Table control to use.
Index of the row that will be displayed in the control. This row is displayed in first position by default. If <Index> is greater than the number of rows in the control (returned by <Table>.Count), the last row is selected by default.
Position of the row in the control: taFirst(Default value)The row specified by <Indext> is displayed at the first position in the Table/TreeView Table control. taVisibleThe row specified by <Index> becomes visible in the Table/TreeView Table control. It is displayed: at first position (if <Index> is less than the current row). at last position (if <Index> is greater than the current row).If the row is already visible, the display of the Table/TreeView Table control does not change.
Getting the index of the first row displayed in a Table or TreeView Table control Hide the details
Index of the first row displayed in the specified control. Last value of <Index> specified in the syntax displaying a row. You cannot find out the first row actually displayed once the scrollbar of the Table control has been used.
Use conditions
Displaying a row in first position (syntax 1)
Selection bar and <Table>.Position function
Table control based on a data file: limitations of <Table>.Position
Event "Entry in edit in a row of"
Last update: 05/26/2022
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: