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
Returns the list of parameters saved from the stored procedures on the server.
Remark: Parameters are saved per database in the "user_param.fic" file.
Example
// Récupération de la liste des valeurs sauvées
// (Code d'une procédure stockée)
MaListe is string
MaListe = HListParameter()
Syntax

Finding out the list of parameters saved on the server (in the code of stored procedure) Hide the details

<Result> = HListParameter()
<Result>: Character string
List of parameter names separated by CR characters (Carriage Return).

Finding out the list of parameters saved on the server (from the Client computer) Hide the details

<Result> = HListParameter(<Connection>)
<Result>: Character string
List of parameter names separated by CR characters (Carriage Return).
<Connection>: Character string or Connection variable
Connection to use. This connection corresponds to:
Component: wd300hf.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help