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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones Ventana interna
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
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Ejemplo
// Deletes the first internal window added into the control
IWListDelete(IW_InternalWindowControl, 1)
Sintaxis
<Result> = IWListDelete(<Internal Window control> [, <Position>])
<Result>: Boolean
  • True if the internal window was deleted,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Internal Window control>: Control name
Name of the Internal Window control to use.
<Position>: Optional integer
Position of the internal window to delete. If this parameter is not specified, the internal window currently displayed will be deleted.
Observaciones
  • If the deleted internal window corresponds to the internal window currently displayed in the control, the next internal window will be displayed (or the previous one if the deleted internal window was the last one).
  • When an internal window is deleted from the list of internal windows, the internal windows that follow the deleted window are re-numbered.
  • Android Case of a route on a data file or a query If this function is used, it will trigger an exception.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 18
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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