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,TCurrent (External language)
In french: Windows,TCourant
Modifies the title of the current window.
Example
// In C
CALLWD("Windows,TCurrent,Title of the current window");
// In Pascal
CALLWD('Windows,TCurrent,Title of the current window');
// In VB
call CALLWD("Windows,TCurrent,Title of the current window")
Syntax
Windows,TCurrent(<Window title>)
<Window title>: Character string
Title displayed in the title bar of the current window.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help