ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
The structure of the file for remote control
The management of remote control uses a file in INI format......
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Aliases on data files: HAlias
The aliases are used to handle......