ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Composite chart
A composite chart is a chart that displays several types of charts......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
URIGetInfo (Function)
Retrieves information of a URI resource.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
DotNetDelegate (Function)
Initializes a.NET delegate.
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Various WEBDEV constants
Various WEBDEV constants...
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Handling Organization Chart controls programmatically
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......