ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Projects in practice
Discover the main operations that can be performed on a project....
HTTPSendForm (Function)
Sends an HTTP form.
OrgElement (Variable type)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Browser constants
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
ControlToSource (Function)
Assigns the control value to the source of a control link.
Constants for external files
List of constants used by the functions for managing external files....
ThreadExecute (Function)
Starts the execution of a secondary thread.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
pdfDocument (Variable type)
The pdfDocument type is used to get all the characteristics of a PDF file, including author, date created, page content, etc.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
11. User Macro-Code: UMC in practice