ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
HSetPosition (Example)
Usage example of the HSetPosition function
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
TreeView constants
List of constants used by the TreeXXX functions...
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
RegistryValueType (Function)
Returns the type of value found in the registry.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
PermissionRequest (Function)
Prompts the user to grant an application permission.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).