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 functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns a list of defined Custom-Folders (also called groups):
  • in the current analysis,
  • in ongoing analyses (case of projects with multiple analyses).
  • in the specified analysis.
Example
Trace(HListCustomFolder())
Syntax
<Result> = HListCustomFolder([<Path of the WDD file> [, <Password of the WDD file>]])
<Result>: Character string
List of defined Custom-Folders:
  • in the current analysis,
  • in ongoing analyses (case of projects with multiple analyses).
  • in the specified analysis.
The name of the Custom-Folders are separated by CR characters (Carriage Return). The result has the following format:
<Perso-file 1> + CR + <Perso-file 2> + ... + <Perso-file N>
<Path of the WDD file>: Optional character string
Full path of the analysis (.WDD file) to use.
If this parameter is not specified or is equal to an empty string (""), Custom-Folders are searched:
  • in the current analysis.
  • in all current analyses (in the case of projects with multiple analyses).
<Password of the WDD file>: Optional character string or secret string
Password defined for the analysis. If no password is defined, this parameter must be an empty string ("").
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "Ansi or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/23/2024

Send a report | Local help