ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
iPrintImage (Example)
Usage example of the iPrintImage function
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Constants for managing certificates
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
iPrintImage (Function)
Sends the image file to print to the print buffer.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
grPrint (Function)
Prints a chart.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
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....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Types of Edit controls
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......