ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
Scope (Property)
The Scope property property is used to specify requested permissions.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
Global (Property)
The Global property is used to determine if an element is global.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Creating nested reports
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
State (Property)
The State property is used to get and change the state of an element.
Event
The Event keyword can correspond to:
Group (Property)
The Group property is used to identify and change groups of elements.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Section (Property)
The Section property is used to manage sections in Word Processing documents.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
Index (Property)
The Index property is used to get the index of an element.