AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 27, NextSubscript se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por 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.
Ejemplo
// -- Exit code of the row
RowNum is int = NextIndex()
Trace("Next line number: " + LineNumber)
Sintaxis
<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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local