ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Using a query with parameters
A query with parameters can be used......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Saving entered data (AAF)
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Error 704: The property does not exist on
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
19. Upload: Sending files to the server
Extracting the text of the project
The following text can be extracted......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
16. Application test in practice