ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Select query description window: Items used
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
4. UI: Windows
IU of windows...
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Select query description window: Items that can be used
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
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....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.