ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
apExecute (Function)
Runs an action plan.
Code snippets
The code editor allows you to enter "Code snippets"......
LooperInsert (Function)
Inserts a row into a Looper control.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
fSeek (Example)
Usage example of the fSeek function
GetDefinition (Function)
Retrieves the definition of element type.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
GetVariableDefinition (Function)
Gets the description of a variable.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Time (Type of variable)
The Time type is used to easily handle the times...