ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
grDestinationControl (Function)
Defines an Image control as destination of a chart.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
12. Pages in practice
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HPass (Function)
Defines the password used to create or open a data file.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
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".
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HListConnection (Function)
Returns the list of connections currently described in the application.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
Page with parameters
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......