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.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Size (Property)
The Size property is used to determine and change the size of an element.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
Creating the Relation windows of a WINDEV RAD pattern
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
The Multimedia control
The Multimedia control is used to play multimedia files......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.