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
Window (External language)
In french: Fenetre
Returns the number of windows opened at a given time.
Example
// In C
CALLWD("Window");
strcpy(ActiveWin,WDString);
// In Pascal
CALLWD('Window');
ActiveWin:=WdString;
// In VB
call CALLWD("Window")
ActiveWin=WdString
Syntax
Window()
Remarks
  • The number of windows is returned in WdInt.
  • The name of the active window is returned in WdString.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help