ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Various WEBDEV constants
Various WEBDEV constants...
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Z-index of a control
All the controls in a window or report have a different z-index......
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
The structure of the file for remote control
The management of remote control uses a file in INI format......
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Dockable Panel control functions
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Handling an Edit control programmatically
You can handle Edit controls programmatically......