ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Chart: Managing legends
Several types of legends are supported in the charts......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Source (Property)
The Source property is used to get and change the source of an element.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
ProjectInfo (Function)
Returns specific information about the project currently run.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
grExist (Function)
Checks the existence of a chart in memory.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
SQL view
An SQL view is a virtual data source defined by an SQL query......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Alias (Property)
The Alias property gets the alias of an element.
OpenSister (Example)
Usage example of the OpenSister function