ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
ERR_NO_APPLICATION
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
fDirExist (Function)
Checks the existence of a directory.
Using the query result
The result of a select query can be used in......
Changing sites from AWP to SEO-ready session mode
fMoveFile (Function)
Moves a file from one directory to another.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Passing parameters
The parameters can be passed to a procedure......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
fCreateLink (Function)
Creates a link on a file at the specified location.
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
KeyPressed (Function)
Checks which key is pressed.