ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
<Source>.ImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
OutlookDefaultProfile (Function)
Retrieves the default profile defined in Outlook.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Interface of WDInst
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.