ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Image>.First (Function)
Displays the first image for the scroll.
WDSQL, SQL querier: Overview
WDSQL is used to......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
WDInst: set the characteristics of the files to be installed
WDInst allows you to configure the characteristics of the files to install......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Keep-alive on connection
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......