ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Programming automatic calculations in the columns of a Table control
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
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......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
HTMLToText (Function)
Converts an HTML string or buffer to text.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function