ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Operator on Address
The & operator returns the address of a variable as an integer
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
WDADMINEXE: Remote application control
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
TableInfoXY (Example)
Usage example of the TableInfoXY function
DisplayCurrency (Property)
The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
HNbRec (Example)
Usage example of the HNbRec function
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......