ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Position and dimension of the MDI area
  • Limit
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 MDIRight property is used to determine and modify the distance between the right border of the MDI parent window and the right border of the MDI area.
Example
// Modify the distance between the right border of
// the MDI parent window and the MDI area
WIN_MyMDIWindow.MDIRight = 15
Syntax

Determining the distance between the border of the MDI area and the window border Hide the details

<Space> = <Window used>.MDIRight
<Space>: Integer
Distance between the right border of the MDI parent window and the right border of the MDI area. This distance is expressed in pixels.
<Window used>: Window name
Name of the MDI parent window to use.

Modifying the distance between the border of the MDI area and the window border Hide the details

<Window used>.MDIRight = <New space>
<Window used>: Window name
Name of the MDI parent window to use.
<New space>: Integer
Distance between the right border of the MDI parent window and the right border of the MDI area. This distance is expressed in pixels.
Remarks

Position and dimension of the MDI area

To find out and modify the dimensions and the position of the MDI area, you can also use the following properties:

Limit

The MDIRight property applies only to MDI parent windows (this parameter can be configured in the "Details" tab of the window description).
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help