ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
grTitle (Function)
Modifies the caption and/or position of the chart title....
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
SQLTransaction (Example)
Usage example of the SQLTransaction function
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Managing assertions
...The main available features are as follows:...
Record (Type of variable)
The Record type is used to save the values of a record.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
HSubstDir (Example)
Usage example of the HSubstDir function
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min