ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object 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
Windows,Title (External language)
In french: Windows,Titre
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,Title(<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, Title is not used, the next window that will be opened has the title that was defined during the window description or the same title as the current window (for the standard "Info", "YesNo", "Error" and "Confirm" windows).
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help