ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDF file management functions
...PDF file functions...
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
fMemExist (Function)
Checks the existence of a shared memory zone.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MySelf (Reserved word)
MySelf is used to handle the current control...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Referring to an element in a WLanguage event / process
The Edit control
The Edit control allows users to enter data......
Info (Function)
Displays a custom message in a system information window.
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Designation of current element (Reserved word)
The keywords used to identify the current element are:
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.