ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Source Code Manager (SCM)
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
ERR_BAD_CONTEXT_FOUND
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
iPrintImage (Function)
Sends the image file to print to the print buffer.
The different copy modes
Two different copy modes are proposed by WDTRAD......
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......