ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
iPrintImage (Example)
Usage example of the iPrintImage function