ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......