ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database (Property)
The Database property is used to get and modify the database associated with a connection.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
FTPRenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol).
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
XMLParent (Example)
Usage example of the XMLParent function
fDate (Example)
Usage example of the fDate function
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
OpenSister (Function)
Opens a non-modal sibling window.
The Looper control
A Looper control is used to repeat the controls found in a specific area......