ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Guided tour management constants
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Using .NET assemblies in a project
To use .NET assemblies in a project......
Simplify your searches
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Constants for managing the internal windows
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
2. Modes to install an application
Multi-project search
Performing a search in the current project is a common operation......
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
dFont (Example)
Usage example of the dFont function
Calling a procedure/a function
Syntax for calling a local or global procedure.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Creating an executable: General options
The main executable options are as follows......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......