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.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Edit control
The Edit control allows users to enter data......
OpenMobileWindow (Function)
Opens a window in a mobile application.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Types of Edit controls
Declares the default color and style for lines, rectangles, circles, etc. contained in an Image field....
Global and local variable
Two types of variables are available......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
dCopyImage (Example)
Usage example of the dCopyImage function
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
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....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Container controls
WINDEV, WEBDEV and WINDEV Mobile feature different controls that can contain other controls......