ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeCharset (Example)
Usage example of the ChangeCharset function
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Events associated with the project
List of events associated with the project...
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
General environment of WINDEV
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
FTPConnect (Example)
Usage example of the FTPConnect function
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
fMakeDir (Example)
Usage example of the fMakeDir function