ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintArea (Function)
Prints a text in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Report controls
Several types of controls can be handled in a report created by the report editor......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
Screen,Get (External language)
Retrieves the value in a control or in a variable.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....