ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Bar code constants
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
10. UMC: User Macro-Code
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible 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....
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
The Carousel control
The Carousel control is used to display an animated menu made of images......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
Error 107: Redefinition of the parameter
Set of procedures
The global procedures are grouped in set of procedures......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....