ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the list of parameters saved from the stored procedures on the server.
Remark: The parameters are saved by database in the "user_param.fic" file.
Example
// Retrieve the list of values saved
// (Code of a stored procedure)
MyList is string
MyList = 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: wd290hf.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help