ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Remark: To modify the internal window associated with an "Internal window" control, use 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/26/2022

Send a report | Local help