ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
8. Traffic statistics of dynamic sites
Runtime log
The runtime log is the best way to identify the most used features of an application......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
10. Customizing the aspect of a site: skin elements
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
18. Order of execution of the code of buttons/links
WDZip: Creating or modifying an archive
This help page explains how to......
Various WEBDEV constants
Various WEBDEV constants...
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Extracting messages added or modified since last extraction
A project was already created and translated......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
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.
Handling Gantt Chart controls programmatically