ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Xaml functions
List of Xaml functions
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
grExist (Function)
Checks the existence of a chart in memory.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
TimeValid (Function)
Checks the time validity.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Glossary
The glossary lists all the abbreviations used in the code editor......
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
LDAPNbValue (Function)
Returns the number of values for an attribute.
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
OBEX constants
List of constants used by the OBEX functions....
ServiceWait (Function)
Pauses the current service during the specified duration.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
HClient structure
The HClient structure is used to......