AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones de páginas
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the index of the current layout:
  • in the current page.
  • in the specified page.
Novedad versión 2025
WEBDEV - Código Navegador This function is now available in browser code.
WEBDEV - Código Navegador In browser code, it is only possible to see the layout of the current page.
Ejemplo
IF PageCurrentLayout() = 2 THEN
STC_Details = Customer.Details
END
Sintaxis

Getting the layout of the current page Ocultar los detalles

<Result> = PageCurrentLayout()
<Result>: Integer
  • Index of the current layout.
  • 0 if the page has no layout.
  • one of the following constants:
    agencementWINDEVMobileThe specific layout for WINDEV Mobile is in progress.
    layoutPrintThe specific layout for printing is being used.
    layoutWINDEVThe specific layout for WINDEV is being used.
    layoutWINDEVMobileTabletThe specific layout for WINDEV Mobile (tablet) is in progress.
WEBDEV - Código Navegador Not available in browser code

Getting the layout of a specific page Ocultar los detalles

<Result> = PageCurrentLayout(<Page>)
<Result>: Integer
  • Index of the current layout.
  • 0 if the internal page has no layout.
  • one of the following constants:
    agencementWINDEVMobileThe specific layout for WINDEV Mobile is in progress.
    layoutPrintThe specific layout for printing is being used.
    layoutWINDEVThe specific layout for WINDEV is being used.
    layoutWINDEVMobileTabletThe specific layout for WINDEV Mobile (tablet) is in progress.
<Page>: Page name
Name of the page used.
Observaciones
  • Layouts are numbered in the order in which they were created.
  • The layout changes if the device orientation changes or if PageChangeLayout is run.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300page.dll
Versión mínima requerida
  • Versión 25
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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