ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Internal Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Example
// Supprime la première fenêtre interne ajoutée dans le champ
IWListDelete(FI_ChampFenêtreInterne, 1)
Syntax
<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.
Remarks
  • 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.
Component: wd300obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help