ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
gpwResetPassword (Function)
Resets the password of a registered user.
Analysis links
The links are used to link the files found in an analysis between themselves......
Browser management functions
List of functions for managing browsers...
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Report based on a query
Queries are used to easily select records in one or more data files......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
HSL (Function)
Creates a color from its hue, saturation and lightness.
HFSQL properties
List of HFSQL properties...
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
Path (Property)
The Path property gets and sets a path.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....