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.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Font (Type of variable)
A Font variable creates a font programmatically...
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Array management functions
List of functions for managing arrays...
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Report data source
...The reports can be created with the data coming from:...
Constants used by the TraceStart function
List of constants used by the TraceStart function....
HTTPRequest (Function)
Starts an HTTP request on a server.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Configuring an application with User Groupware
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Using the Vista style in your windows
WINDEV allows you to customize......