ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Properties linked to the Euro management
List of properties linked to the Euro management...
WINDEV: Example of programmed Drag and Drop
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Handling controls in a report
The different operations available for the report controls are as follows......
Error 26: No END statement is associated with this THEN
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Error 19: The step of this FOR loop must be constant
WDScript: use in command-line and console mode
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Code editor: Display options
The code editor proposes several display options......
Error 1: Syntax error
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Error 4: A space is required after the ':' character
Including the code
You want to include your code lines in a condition, in a structure, ......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......