ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
10. Smart controls
Smart controls...
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 40: The END statement marking the end of the class declaration is missing
Error 26: No END statement is associated with this THEN
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
TotalRange (Property)
The TotalRange property is used to get and change the total range of data represented by the Range Slider control.
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
End-user UI management functions
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Detailed use of WINDEV FTP/RPC
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.