ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
HCS.Timeout (Variable)
The HCS.ResponseTime variable is used to modify the connection time: for the connections established by HOpenConnection. for the automatic connection openings....
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Miscellaneous Windows constants
List of constants used by the Windows functions....
MCU: Implementing and managing user macro codes
No matter how dexterous a development team may be, the end user of an application will always want to perform an action that is not intended......
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
Calling a procedure/a function
Syntax for calling a local or global procedure.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.