ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
SocketConnect (Function)
Connects a client computer to a given socket.
FTPSend (Example)
Usage example of the FTPSend function
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Value (Property)
The Value property is used to get and change the value of an element.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...