ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Item control properties
List of properties associated with the Item control...
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
PDF file management functions
...PDF file functions...
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
Check: Sending an email
The monitoring robot will......
Creating the Vision windows of the WINDEV RAD pattern
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
8. If you are already familiar with WINDEV
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
Project description: Project tab
The project description window allows you to configure various elements of your project......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Sharing elements with a WINDEV application
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......