ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
8. Optimizing an application
grTitle (Function)
Modifies the caption and/or position of the chart title....
System constants
List of constants used by the system functions....
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
List of reserved words
Procedure/Function
A procedure is used to associate an identifier with a statement block......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
iParameterPDF (Function)
Defines the options for the generated PDF file.
Examples for using the OLE DB provider for HFSQL
7. Multilingual sites in practice
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
5. User Groupware in practice
Value (Property)
The Value property is used to get and change the value of an element.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Handling menu options programmatically
The menu options can be handled......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...