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
Displays 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).
Example
// Displays the first internal window associated with the control
IWListPosition(IWC_InternalWindowControl, 1)
Syntax

Displaying the internal windows from a given position Hide the details

IWListPosition(<Internal Window control> , <Position>)
<Internal Window control>: Control name
Name of the Internal Window control to use.
<Position>: Integer
Index of the internal window to be displayed in the control.

Finding out the position of the internal window currently displayed Hide the details

<Result> = IWListPosition(<Internal Window control>)
<Result>: Integer
  • Position of the internal window currently displayed in the "Internal window" control.
  • -1 if no internal window is associated with the control.
<Internal Window control>: Control name
Name of the Internal Window control to use.
Remarks
No animation is used for changing the internal window displayed in the control with IWListPosition. To use an animation when changing the internal window, call IWListNext and IWListPrevious.
Component: wd290obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help