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.
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
The different types of windows
The following types of windows can be created in a WINDEV application......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
FormulaBarVisible (Property)
The FormulaBarVisible property is used to: Find out whether a formula bar is displayed in a Spreadsheet control. Display (or not) a formula bar in a Spreadsheet control....
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......