ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
8. 10 tips for better interfaces...
How to save and retrieve an image in a binary memo
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, ANSI, Unicode.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
PDF file management functions
...PDF file functions...
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
1. Testing a site: Elements to be tested
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
Native Oracle Connector for WINDEV and WEBDEV