ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Access rights to a class property
A property is a code element that includes two processes......
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Page (Property)
The Page property is used to handle a page.
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Error 107: Redefinition of the parameter
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
2. WEBDEV administrator in practice
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
17. Project Management Hub
...Project Management Hub...
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.