ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
From version 27, NextSubscript is kept for backward compatibility. This function has been replaced with NextIndex.
Returns the number of the next row displayed in the current Table control.
Example
// -- Code de sortie de ligne
NumLigne is int = NextIndex()
Trace("Numéro de la ligne suivante : " + NumLigne)
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.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help