ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Bar Code management functions
The following functions are used to manage bar codes:...
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Text editing in the code editor
When developing a new feature, it may be useful to open text files without leaving the development environment... Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
Project database schema: the Logical Data Model (LDM)
An LDM (Logical Data Model) is used to describe data structures (tables, fields, etc.)......
WINDEV concepts
ERR_NO_END_TAG
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Manipulating Looper controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a RepeatString Looper control directly by programming......
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
ERR_PARSER
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.
Action Bar control events
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.