ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a project: setting
By testing the project you can simulate how the application will run......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Handling Organization Chart controls programmatically
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Error 1010: The member of the class is constant
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
WDTRAD overview
In-App functions
The following WLanguage functions are used to manage In-App purchases......
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.