ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an array property of an advanced variable type (array of events of a gglCalendar variable, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
HFSQL constants
List of constants used by the HFSQL functions....
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Manipulating Carousel controls programmatically
WINDEV lets you manipulate a Carousel control directly by programming......
EmailAppGetArchitecture (Function)
Gets the architecture (32 or 64-bit) of a computer's default email client....
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of web services includes the necessary tools to allow the consumption of secure web services used to manage the Sesam Vitale cards......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.