ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
ControlClone (Function)
Creates a new control from an existing control.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Type (Property)
The Type property gets and sets the type of an element.
Multimedia control properties
List of properties associated with the Multimedia control...
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
BarCodes (Variable type)
The BarCodes type is used to handle the information found in a bar code.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
iPreview (Example)
Usage example of the iPreview function