ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Internal Window functions
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 following functions are used to manage "Internal windows" controls:
ChangeSourceWindowDynamically changes the window displayed in an Internal Window control.
Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll.
IWListAddAdds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListCountReturns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
IWListDeleteDeletes an internal window found in the list of internal windows browsed by an Internal Window control.
IWListDeleteAllDeletes all the internal windows from the list of internal windows browsed by an Internal Window control.
IWListDisplayRefreshes the display of an "Internal window" control with automatic iteration on a data file or query.
IWListInsertInserts a new internal window in the list of internal windows used by an Internal Window control.
IWListNextDisplays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPositionDisplays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
IWListPreviousDisplays the previous internal window in the list of internal windows browsed by an Internal Window control.
WinUsefulSizeSpecifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window:
  • Width of the internal window.
  • Height of the internal window.
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/23/2023

Send a report | Local help