ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to use an array of structures?
An array of structures is an Array variable......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of controls by adding options....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
ExceptionInfo (Function)
Retrieves information about the current exception.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
XMLFind (Function)
Performs a search in an XML document.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Creating a window skin template