ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Events associated with Table controls
List of events associated with Table controls...
iPrintArea (Function)
Prints a text in a rectangular area.
Programming the looper attributes
All the looper attributes can be handled by programming......
The Edit control
The Edit control allows users to enter data......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Software Factory
The concept of software factory is used to automate the process for creating applications....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Example for creating a select query
This help page explains how to create two select queries......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
WinCopyForm (Function)
Copies the content of a form into the clipboard.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......