ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
fShortName (Example)
Usage example of the fShortName function
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Using .NET assemblies in a project
To use .NET assemblies in a project......
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
TabClose (Function)
Closes a dynamic pane in a Tab control.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Custom properties (WLanguage)
A custom property is a code element with two events......
Constants for the archiving functions
List of constants used by the archiving functions....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
User Groupware files
Two categories of data files are managed......
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice variable>.MediaOpen (Function)
Opens a media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......