AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
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
Returns the index of the current layout in the window or internal window.
Example
IF WIN_Details.CurrentLayout() = 2 THEN
STC_DETAILS = CUSTOMER.DETAILS
END
Syntax

Getting the layout of a specific window Hide the details

<Result> = WinCurrentLayout(<Window used>)
<Result>: Integer
  • Index of the current layout.
  • 0 if the internal window includes no layout.
<Window used>: Window name
Name of the window or internal window used.
Remarks
  • Layouts are numbered in the order in which they were created.
  • The layout changes if the device orientation changes or if <Window>.ChangeLayout is run.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 28
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/06/2023

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