ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Generating an application for Universal Windows 10 App
Width (Property)
The Width property is used to determine and change the width of an element.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
MemSeek (Example)
Usage example of the MemSeek function
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Constants for managing Gantt charts
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
grTitle (Function)
Modifies the caption and/or position of the chart title....
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Net constants
List of constants used by the Net functions....
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
StatCovariance (Function)
Calculates the covariance between two series of values.
FTPDate (Example)
Usage example of the FTPDate function