ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The ActivePlane property gets and sets the number of the active plane in a window, internal window or Cell control.
Android This property is only available for Cell controls.
Example
// Show only the controls of the Cell control present on plane 1
CELL_Details.ActivePlane = 1
Syntax

Getting the number of the active plane Hide the details

<Result> = <Element used>.ActivePlane
<Result>: Integer
Number of the active plane in the specified element.
<Element used>: Control name or window name
Name of the element used. This element can correspond to:
  • the name of a Cell control.
  • the name of a window.
  • the name of an internal window.

Setting the number of the active plane Hide the details

<Element used>.ActivePlane = <Active plan>
<Element used>: Control name or window name
Name of the element used. This element can correspond to:
  • the name of a Cell control.
  • the name of a window.
  • the name of an internal window.
<Active plan>: Integer
Number of the plane to be activated in the specified element.
Remarks
  • Only the controls on the specified plane are visible.
  • For windows and internal windows, this property is equivalent to Plane.
  • For Cell controls:
    • the Plane property is used to get the plane of a Cell control relative to its parent.
    • the ActivePlane property gets and sets the plane used for the controls contained in the Cell control.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help