AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Ventana interna
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.
Universal Windows 10 App Animations are not available.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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