ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
Constants for managing the modification of windows by the user
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
SocketWrite (Function)
Writes a message intended to another socket.
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Page with parameters
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......