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.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
The Upload control
The Upload control is used to upload files on the Web server......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Type and version of Web server
The configuration diagnostic displays the following error......
Status bar of windows
The status bar of a window is used to display several types of information......
Manager of automated tests
The test manager is used to......
13. Types of standard controls
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......