ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
Title (Property)
The Title property gets and sets the title of an element.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPConnect (Example)
Usage example of the FTPConnect function
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a table. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
ReplicInfo (Function)
Returns information about a replication.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
dCopyImage (Example)
Usage example of the dCopyImage function
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.