ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
WEBDEV license agreement
WEBDEV license agreement...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Container column in a Table control
A cell found in a Table control can contain a set of controls......
fRename (Function)
Modifies the name of a file.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Environment of the report editor
Environment of the report editor...
InfoBuild (Function)
Displays a custom message in a system information window.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min