ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Creating the Table windows of the WINDEV RAD pattern
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Automatic management of exceptions
The management of exceptions can be customized by process......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (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....
PageParameter (Example)
Usage example of the PageParameter function
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
LanguageToName (Function)
Returns the name of a language.
Truncate (Function)
Truncates the right part of a string or buffer.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
MaskFormat (Function)
Formats a character string using an InputMask variable.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
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....
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.