ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Displaying a Table or TreeView Table control from a specified row Hide the details
Name of Table or TreeView Table control to use.
Subscript of the row that will be displayed in the control. This row is displayed in first position by default. If <Subscript> is greater than the number of rows in the Table control (returned by <Table>.Count), the last row is selected by default.
Versions 22 and later Position of the row in the control: taFirst(Default value)The row specified by <Subscript> is displayed in first position in the Table/TreeView Table control. Versions 22 and latertaVisibleNew in version 22taVisibletaVisibleThe row specified by <Subscript> becomes visible in the Table/TreeView Table control. It is displayed: in first position (if <Subscript> is less than the current row). in last position (if <Subscript> is greater than the current row).If the row is already visible, the display of the Table/TreeView Table control does not change. New in version 22 Position of the row in the control: taFirst(Default value)The row specified by <Subscript> is displayed in first position in the Table/TreeView Table control. Versions 22 and latertaVisibleNew in version 22taVisibletaVisibleThe row specified by <Subscript> becomes visible in the Table/TreeView Table control. It is displayed: in first position (if <Subscript> is less than the current row). in last position (if <Subscript> is greater than the current row).If the row is already visible, the display of the Table/TreeView Table control does not change. Position of the row in the control: taFirst(Default value)The row specified by <Subscript> is displayed in first position in the Table/TreeView Table control. Versions 22 and latertaVisibleNew in version 22taVisibletaVisibleThe row specified by <Subscript> becomes visible in the Table/TreeView Table control. It is displayed: in first position (if <Subscript> is less than the current row). in last position (if <Subscript> is greater than the current row).If the row is already visible, the display of the Table/TreeView Table control does not change.
Finding out the subscript of first row displayed in a Table or TreeView Table control Hide the details
Subscript of first row displayed in the specified control.
Use conditions
Displaying a row in first position (syntax 1)
Selection bar and <Table>.Position function
Browsing Table control: limitations of <Table>.Position
Event "Entry in edit in a row of"
Last update: 09/20/2020
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: