ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
HCreateView (Example)
Usage example of the HCreateView function
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
"?" menu
WINDEV proposes a help menu adapted to your applications......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
Handling a Web Component control through programming
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Right (Function)
Extracts the last characters from a string or string buffer.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Referring to an element in a WLanguage event / process
diffApply (Function)
Applies a difference buffer to a specific buffer.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Events associated with supercontrols
List of events associated with supercontrols...
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop