ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
2. WEBDEV administrator in practice
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
Size (Property)
The Size property is used to determine and change the size of an element.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
Line (Property)
The Line property is used to define the line style used.
Size (Property)
The Size property is used to determine and change the size of an element.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
Ad Hoc deployment
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Interface of WDInst
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......