ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMode (Function)
TableMode is kept for backward compatibility.
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Binding controls to data
A window or page can display information from......
8. If you are already familiar with WINDEV
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
ControlClone (Function)
Creates a new control from an existing control.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......