ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing parallel tasks
The computers are becoming more and more powerful......
How to create a patch?
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Recompiling the project
The project compilation is a process used to......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
Error 13: The label already exists
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....