ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Drive variable>.CopyFile (Function)
Copies a single file on a remote drive to another directory on same drive.
DriveMoveDirectory (Function)
Moves a directory and its contents to another directory within a remote drive.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Color (Property)
The Color property gets or sets the font color of: a Font variable. text displayed in a Static or Calculated control of a report. text displayed in a window control. text displayed in a page control....
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
ServiceList (Function)
Returns the list of services found on the current computer or on the specified remote computer.
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Phone constants (Android / iOS)
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.