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.
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Constants for object visibility
List of constants for managing the visibility of an object....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
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....
dCopy (Function)
Copies an image to another image.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ErrorThrow (Function)
Throw a non-fatal error.