ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
HModify (Example)
Usage example of the HModify function
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
Beep (Function)
Emits a beep.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
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....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Structure (Type of variable)
A structure is a custom type of data...