ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Modifies the priority of a client application. The applications whose priority must be modified are the client applications described in the HClient structure.
Note The higher the priority of the client application, the more the server will process requests from this application first.
Example
// Définition de la structure HClient
HClient.Application = "MonApplicationCliente"

// Changement de priorité de l'application
HPriorityClient("MaConnexion", 5)
Syntax
<Result> = HPriorityClient(<Connection> , <Priority>)
<Result>: Boolean
  • True if the priority change has taken place,
  • False otherwise. HError is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to:
<Priority>: Integer
New value of the priority that will be assigned to the client application. This value is found between -10 (low priority) and 10 (high priority).
By default, the priority is set to 0 when the application is started (standard priority).
Remarks
To modify the priority of the specified client application, the rights to modify the priority are required. This right corresponds to the hRightsPriority constant (used in HInfoServerRights and HModifyServerRights).
Component: wd300hf.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help