ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. HFSQL Cient/Server
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
11. User Macro-Code: UMC in practice
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
HFSQL: Change of name
Error 19: The step of this FOR loop must be constant
Error 1015: The method of the class is protected
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Multi-product external components
Components are a remarkably useful tool for development teams......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
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......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Code editor: Display options
The code editor proposes several display options......
Error 1: Syntax error
Creating a delete query
A delete query (corresponding SQL statement......