AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
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
Sintaxis
<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.
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local