ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
The different types of integers
Software license agreement
WINDEV Express license agreement...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
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......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......