ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailCheckAddress (Function)
Checks the validity of an email address.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
WEBDEV 2024 Tutorial - Table of contents
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Constants for managing the windows
List of constants used by the functions for managing the windows...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.