ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
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
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
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