ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / C functions
  • Use
  • Syntax
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
Use
Set the parent of the next window to open.
For example, this function allows you attach a WINDEV window to a window opened from the external language.
Syntax
int      nWDSetParentNext(HWND hWnd);
Details of parameters
hWnd: Handle
Handle of parent window of the next window to open. To associate a WINDEV window with a window in external language, this parameter will be the handle of the window in external language.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help