ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
ControlNext (Function)
Returns the name of the next control in input mode.
<Source>.Open (Function)
Opens a data file.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
SysWinShow (Function)
Modifies the display status of a window.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
HDeactivateTrigger (Function)
Disables a trigger.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
PageDisplay (Function)
Displays a web page in the user's browser....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.