ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxPause (Function)
Pauses a fax in the spooler.
Handling Scheduler controls programmatically
A Scheduler control can be......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Designing a supercontrol
A supercontrol is an advanced type of control......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Drawing constants
List of constants used by the drawing functions....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Overview
Overview of the different operators...
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
HOnError (Example)
Usage example of the HOnError function
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Configuring the setup program
Two tools can be used to create a setup program......
Warning 127: You are using a data source local to the process