ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Common project
Projects are often cross-platform......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
28. Site SEO
Creating a query
Two methods can be used to create a query......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
8. "Mobile friendly" site: Dynamic serving
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......