ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Error 13: The label already exists
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Error 1045: A class cannot be declared outside the declaration code of a class
Events associated with the Conference control
List of events associated with a Conference control...
Step 5: Site parameters
Once the site installed, you can define the site connection options......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
End of break block
The End of break block is optional......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Creating a delete query
A delete query (corresponding SQL statement......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Error 11: The label is unknown
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Including the code
You want to include your code lines in a condition, in a structure, ......
AWP without UI
Bootstrap, Angular, React, Vue......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....