ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a table in a report
Tables can be created in a report......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Step 5: Site parameters
Once the site installed, you can define the site connection options......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
CallDLL32 (Function)
Runs a function found in an external DLL.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Android Control Center
Do you know where to find your application log files?...
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......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Printing to PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
Model - View - Presenter (MVP) F 9
MVP is the acronym for MODEL - VIEW - PRESENTER......