ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
fReadLine (Example)
Usage example of the fReadLine function
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
13. Debugger
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
OLELoad (Function)
Initializes an OLE control with an OLE object.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
zipCreateExe (Example)
Usage example of the zipCreateExe function
Creating a Java archive
When your Java application is developed, you can......