ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
The Edit control
The Edit control allows users to enter data......
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
GPSGetPosition (Function)
Retrieves information about the current device position.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......