ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 27, NextSubscript is kept for backward compatibility. This function is replaced by NextIndex.
Returns the number of the next row displayed in the current Table control.
WINDEV This function can also be used to return the index of the next indexed control.
Example
// -- Exit code of the row
RowNum is int = NextIndex()
Trace("Number of the next row: " + RowNum)
Syntax
<Result> = NextIndex()
<Result>: Integer
Number of the next row displayed in the current Table control. NextIndex must be used in the exit code of the row. The result will be meaningless if this function is used in another process.
WINDEV Index of the next indexed control. NextIndex must be used in the exit code of the control. The result will be meaningless if this function is used in another process.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help