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.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
BrowserType (Function)
Returns the type of browser used by the Web user.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
HTTP constants
List of constants used by the HTTP functions....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Constants for managing character strings
List of constants used by string management functions...
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
WEBDEV administrator: General configuration
The "Configuration" tab allows you to define the default connection options for WEBDEV websites located on the server and managed by the administrator......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......