ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
SSH constants
The following constants are used to manage an SSH server:...
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Private Store for mobile applications
There are two methods two deploy your applications......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
WINDEV: Example of programmed Drag and Drop
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Copying and cloning
Variables are copied using the "=" operator...
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......