ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
<Organizer>.DisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Scheduler>.DisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Wait (Function)
Temporarily stops the program execution.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
29. SEO in practice
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
SQL view
An SQL view is a virtual data source defined by an SQL query......
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application. for all the applications....
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
ErrorThrow (Function)
Throw a non-fatal error.
OpenSister (Function)
Opens a non-modal sibling window.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
16. Protecting access to the site: passwords
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
TableMode (Function)
TableMode is kept for backward compatibility.
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).
Using several libraries in an application
A library is a WDL file that contains all the resources......
OpenChild (Function)
Opens a non-modal child window.