ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Image variable>.Copy (Function)
Copies an image to another image.
<zipArchive variable>.Close (Function)
Closes an archive.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
SQL functions: Special case
List of SQL functions: Special case...
<DiskFile variable>.Close (Function)
Closes an external file.
Testing a project: setting
By testing the project you can simulate how the application will run......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Creating a Java archive
When your Java application is developed, you can......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......