ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Multilingual project
Recompiling the project
The project compilation is a process used to......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Body Complement block
The Body complement block is linked to the Body block......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......