ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetREP (Function)
Enables or disables the management of .REP file.
BurnerSave (Example)
Usage example of the BurnerSave function
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
WDZip: Creating or modifying an archive
This help page explains how to......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Handling the report blocks through programming
Each report block is associated with different events......
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....
BurnerErase (Example)
Usage example of the BurnerErase function