ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
HCancelSeek (Function)
Cancels the current search criterion.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
ChangeTarget (Function)
Changes the target of a button action.
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Language (Property)
The Language property is used to get and change the language used.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Constants for managing projects
List of constants used by the functions for managing projects....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ServiceUninstall (Function)
Uninstalls a service.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
The Check Box control
A Check Box can correspond to......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....