ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Creating an executable: General options
The main executable options are as follows......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Events associated with a Gantt Chart column
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Set of procedures
The global procedures are grouped in set of procedures......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Warning 12: The label is unused
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Action Bar control events
Using WDDIXIO
To translate the text used in your project:...
fTime (Example)
Usage example of the fTime function
IF statement
The conditional IF statement allows you to run an action according to a condition...