ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Sliding Banner control properties
The WLanguage properties can be used to handle ......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Creating the Relation windows of a WINDEV RAD pattern
grColor (Function)
Returns and initializes the color of different chart elements.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Project description: Options tab
The project description window allows you to configure various elements of your project......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
HTTPRequest (Function)
Starts an HTTP request on a server.
Handling controls in a report
The different operations available for the report controls are as follows......
How to create a menu?
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
LooperAddLine (Function)
Adds a row at the end of a Looper control.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.