ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
5. Displaying a WEBDEV Session site
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Cardinalities
The cardinalities are used to count the links between the files......
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications and the associated Apple Watch applications are as follows:...
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.