ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Note To change the internal window associated with an "Internal window" field, use function ChangeSourceWindow.
Example
Trace(IW_InternalWinControl1.SourceWindow) // Displays IW_InternalWin2
// Change the source of the internal window
IF IW_WinControl1.SourceWindow = "IW_EditParam" THEN
	ChangeSourceWindow(IW_WinControl1, IW_EditParam2)
END
Syntax
<Internal window used> = <Internal Window control>.SourceWindow
<Internal window used>: Window name
Name of the internal window used by the "Internal Window" control.
<Internal Window control>: Control name
Name of the Internal Window control.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help