|
|
|
|
<Window>.CurrentLayout (Function) In french: <Fenêtre>.AgencementEnCours Returns the index of the current layout in the window or internal window. 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|