ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
HSetPosition (Example)
Usage example of the HSetPosition function