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.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
SysNotificationSend (Function)
Sends an interactive notification to the system in order to be displayed.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.LimitArea (Function)
Limits the geographic area displayed in the Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
grMenu (Function)
Defines the type of context menu displayed by a chart.
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
Error 2: Incomplete line
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Bar code constants
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Creating a select query
A select query (corresponding SQL statement......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
Asc (Function)
Returns the ASCII code of the specified character.
InServiceMode (Function)
Indicates whether the code is run in a service.