ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Popup window
WINDEV allows you to open windows in popup format......
Modulo (Reserved word)
Returns the remainder of a division.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Structure (Type of variable)
A structure is a custom type of data...
SocketConnect (Function)
Connects a client computer to a given socket.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
ControlClone (Function)
Creates a new control from an existing control.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Error 25: No THEN statement is associated with this IF
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......