AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Gestión de lenguajes externos / Funciones Objeto
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
Windows,TNext (External language)
In french: Windows,TSuivant
Modifies the title of the next window (or dialog box) displayed.
Example
// In C
CALLWD("Windows,TNext,Title of the next window");
// In Pascal
CALLWD('Windows,TNext,Title of the next window');
// In VB
call CALLWD("Windows,TNext,Title of the next window")
Syntax
Windows,TNext(<Window title>)
<Window title>: Character string
Title that will be displayed in the title bar of the next window.
Remarks
  • Windows,Title and Windows, TNext are equivalent.
  • If Windows, TNext is not used, the next window that will be opened has the title that was defined when describing the window or the same title as the current window (for the standard "Info", "YesNo", "Error" and "Confirm" windows).
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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