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.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Event (Example)
Usage example of the Event function
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SocketWrite (Function)
Writes a message intended to another socket.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
GPSGetPosition (Function)
Retrieves information about the current device position.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Constants for managing Gantt charts
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....