ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Logical operators
The logical operators are as follows......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Constants for the Exif functions
List of constants used by the Exif functions....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
<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.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.