ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
NotificationDisplay (Function)
Displays a message outside the browser.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Constants used by the TraceStart function
List of constants used by the TraceStart function....
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
Service constants
List of constants used by the functions for managing services....
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......