ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Moving to a specific position Hide the details
New subscript of row that was moved.
Name of Table control to use.
Position of row to move. This position must be included between 1 and the number of rows found in the Table control (returned by <Table>.Count or ..Count).To move the row that is currently selected, use the rowSelected constant.
New row position. This position must be between 1 and the number of rows of the Table control (returned by <Table>.Count or ..Count). A fatal error occurs if this parameter is not valid.To handle the row that is currently selected, use the rowSelected constant.
Change of position that will be performed for the row:amDisplayDestinationThe modified row is displayed in the Table control. An automatic scroll of the rows is performed if necessary to display the modified row in the Table control. The selected row (selection bar) is not modified.This constant can be combined with the amMove and amSwap constants.amMove(default value)The row is moved toward the subscript of destination row.amSwapThe source row and the destination row are swapped.
Moving relatively to the current position Hide the details
Position of row to move. This position must be included between 1 and the number of rows found in the Table control (returned by <Table>.Count or ..Count).To handle the row that is currently selected, use the rowSelected constant.
Used to perform a move or a swap on a position relative to the subscript of row to move.amLastMoves the row to last position.amPreviousPageMoves the row one page to the top (a page corresponds to the number of rows that can be simultaneously displayed in the Table control).amNextPageMoves the row one page to the bottom (a page corresponds to the number of rows that can be simultaneously displayed in the Table control).amPreviousMoves the row one position upwardsamFirstMoves the row to first position.amNextMoves the row one position downwards.If this parameter is invalid (amPrevious constant used on the first row of the Table control for example), the row is moved "to the nearest" position.
Use conditions
Multiselection Table control
Horizontal Table control
Managing errors
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: