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 Looper control to use.If this parameter corresponds to an empty string (""), the Looper control to which the current process belongs will be used.
Position of row to move. This position must be included between 1 and the number of rows found in the control (returned by LooperCount or ..Count for example).To move the row that is currently selected, use the rowSelected constant.
New row position. This position must be included between 1 and the number of rows found in the control (returned by LooperCount or ..Count for example). A fatal error occurs if this parameter is not valid.To handle the row currently selected, use the rowSelected constant.
Change of position that will be performed for the row:amDisplayDestinationThe modified row is displayed in the Looper control. If necessary, an automatic scroll of rows is performed to display the modified row. 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 to the subscript of destination row.amSwapThe source row and the destination row are swapped.
Moving relatively to the current position Hide the details
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 Looper control).amNextPageMoves the row one page to the bottom (a page corresponds to the number of rows that can be simultaneously displayed in the Looper control).amPreviousMoves the row one position upwards.amFirstMoves the row to first position.amNextMoves the row one position to the bottom.If this parameter is invalid (amPrevious used on the first row of the Looper control for example), the row is moved "to the nearest" position.
Change of position that will be performed for the row:amDisplayDestinationThe modified row is displayed. If necessary, an automatic scroll of rows is performed to display the modified row. 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 to the subscript of destination row.amSwapThe source row and the destination row are swapped.
Use conditions
Multiselection Looper
Managing the errors
Last update: 12/04/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: