|
|
|
|
|
PageCurrentLayout (Function) Returns the index of the current layout: - in the current page.
- in the specified page.
Novedad versión 2025IF PageCurrentLayout() = 2 THEN STC_Details = Customer.Details END
Sintaxis <Result>: Integer - Index of the current layout.
- 0 if the page has no layout.
- one of the following constants:
| | agencementWINDEVMobile | The specific layout for WINDEV Mobile is in progress. | layoutPrint | The specific layout for printing is being used. | layoutWINDEV | The specific layout for WINDEV is being used. | layoutWINDEVMobileTablet | The specific layout for WINDEV Mobile (tablet) is in progress. |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|