ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
Google Contacts management functions
List of functions for managing Google contacts...
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
9. Overlaying controls
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......