ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Report viewer: Copying text
The report viewer allows you to copy text from the report and paste it to a file in another application......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
VibrationTrigger (Function)
Triggers the vibrations of the device.
ContactEdit (Function)
Opens a contact's current file in the device's native contact management application (Android, iPhone or iPad)....
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
GetVariableDefinition (Function)
Gets the description of a variable.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....