ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
BackgroundTaskAdd (Function)
Adds a new background task.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Copying controls from the window editor
The controls can be copied from the window editor......
EventCreate (Function)
Creates an event.