ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Binding a Check Box control to an item
Document (Type of variable)
The Document type is used to handle a "docx" document.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Windows
The windows represent the main interface of a WINDEV application......
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Sidebar control properties
List of properties associated with the Sidebar control...
Execute (Function)
Starts the execution of a process through programming.
dTransferToImage (Example)
Usage example of the dTransferToImage function
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Passing parameters
The parameters can be passed to a procedure......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min