ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Options of the window editor
To configure the general options of the window editor......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
NbRecRead (Property)
The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any).
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
The Upload control
The Upload control is used to upload files on the Web server......
Installing a Webservice (old format)
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
grPrint (Function)
Prints a chart.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Bottom sliding window (Bottom sheet)
Bottom sliding windows (commonly known as "bottom sheets") are increasingly used in mobile applications......
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....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......