AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • 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 MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area.
Example
// Modify the distance between the left border of
// the MDI parent window and the MDI area
WIN_MyMDIWindow.MDILeft = 15
Syntax

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

<Space> = <Window used>.MDILeft
<Space>: Integer
Distance between the left border of the MDI parent window and the left 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>.MDILeft = <New space>
<Window used>: Window name
Name of the MDI parent window to use.
<New space>: Integer
Distance between the left border of the MDI parent window and the left 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 MDILeft property applies only to MDI parent windows (this parameter can be configured in the "Details" tab of the window description).
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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