ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
The OLE control
The OLE control is used to handle an OLE object......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Analysis links
The links are used to link the files found in an analysis between themselves......
2. UML models
2. UML models
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
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....
26. Style sheets: to simplify the layout
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
2. Projects in practice
Discover the main operations that can be performed on a project....