ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Edit options of a report
The report editor allows you to......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Keep-alive on connection
Border (Type of variable)
The Border type is used to handle a border through programming...
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
SNMPOIDType (Function)
Returns the type of data in an OID.
CharactType (Function)
Returns information about the type of character.
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
DataType (Function)
Identifying the type of a WLanguage variable.
xlsDocument (Example)
Usage example of the xlsDocument type
Type (Example)
Usage example of the Type property
grType (Function)
Identifies or modifies the type of chart.
<Chart>.Type (Function)
Identifies or modifies the type of chart.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Reports
A report provides a custom view of data......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......