ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
GroupPrevious (Function)
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book.
TaskPrevious (Function)
Reads the task found before the current task in the task list of a Lotus Notes or Outlook messaging.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
TaskReset (Function)
Reinitializes the Task structure.
TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
GroupReset (Function)
Reinitializes the Group structure.
GroupNext (Function)
Reads the group of contacts found after the current group in the address book of a Lotus Notes or Outlook messaging.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......