ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
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.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Content (Property)
The Content property is used to get and change the content of an element.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
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......
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
FontBold (Property)
The FontBold property is used to manage bold style in a text.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
Extra (Property)
The Extra property manges additional information.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
SQLFirst (Function)
Positions on the first row of the query result.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
MatReadColumn (Example)
Usage example of the MatReadColumn function
MatReadLine (Example)
Usage example of the MatReadLine function
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......