ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
fMoveDir (Function)
Moves a directory and its content.
Creating links
Links help users navigate the help system......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
SysSpace (Function)
Returns the physical memory space for the current computer.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......