ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
StatVarianceP (Function)
Calculates the variance for a full series of values.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
REP files
REP files contain the list of data files handled by the application....
History of versions
The history of setup versions is an advanced feature of the network setup......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
HPrevious (Function)
Positions on the previous file record according to a browse item.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......