ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display (External language)
Displays a value in a control or assigns a value in a variable.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
Environment of the project editor
The main elements of the project editor are as follows:
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Line control properties
List of properties associated with the Line control...
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HDescribeFile (Function)
Describes a data file programmatically.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Installing a SOAP server with Apache