ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<emailIMAPSession variable>.NbMessage (Function)
Returns the number of incoming messages in an IMAP session.
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
ArrayCopy (Function)
Copies the content of an array to another array.
Seek (Function)
Searches for the index of an element in a WLanguage array.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
12. Retrieving data from a site
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Guided tour management functions
Guided tour management functions...
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......