ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
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 create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Creating the Form windows of a WINDEV RAD pattern
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Internal component
An internal component is a set of elements from a project......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
LooperSelectMinus (Function)
Deselects a row in a Looper control.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
Border management constants
List of constants used by the border management functions....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......