ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Designing a supercontrol
A supercontrol is an advanced type of control......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Programming overview in C and C++
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Error 1010: The member of the class is constant
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....