ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 ......
X (Property)
The X property is used to get and change the X-coordinate of an element.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
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.
Accessibilité (Property)
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
GroupPrevious (Function)
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book.
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)......
Color (Property)
The Color property is used to get and change the color of an element.
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).