ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WINDEV 2024
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Time management help
Time management is extremely important......
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......