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 the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory. The search is performed recursively in the entire tree structure of the specified directory.
// Remplit un champ Combo avec la liste des analyses disponibles sur \Mes répertoires
ListAdd(COMBO_Combo, HListAnalysis("\Mes répertoires"))
// Remplit un champ de saisie multiligne 
// en utilisant comme séparateur la virgule et le RC
SAI_Saisie1 = HListAnalysis("\Mes Projets", "," + CR)
Syntax
<Result> = HListAnalysis(<Search directory> [, <Separator>])
<Result>: Character string
Full name of the analyses found, in the following format:
<Analysis 1> + <Separator> + <Analysis 2> +...

where <Analysis X> corresponds to the full name of the analysis (.WDD) found.
<Search directory>: Character string
Path of the directory where the search for analyses must start. If this parameter is set to "*" or to "*:\", all the directories on all the accessible drives will be searched (depending on the case, this search can take quite a long time).
<Separator>: Optional character string
Character string used to separate the different analyses in <Result>. If this parameter is not specified, CR (Carriage return) is used by default.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help