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.
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.
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 formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Composite chart
A composite chart is a chart that displays several types of charts......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
HFSQL constants
List of constants used by the HFSQL functions....
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
<Organizer>.ChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
Reports
A report provides a custom view of data......
3. Managing sockets
WINDEV includes advanced socket management functions....
Task list
Each project can be associated with a task list......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......