AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
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
HListCustomFolder (Function)
In french: HListePersoDossier
Returns the list of Custom-Folders (also called groups) defined in the analysis.
Example
Trace(HListCustomFolder())
Syntax
<Result> = HListCustomFolder([<Path of the WDD file> [, <Password of the WDD file>]])
<Result>: Character string
List of Custom-Folders defined in the current analysis or in the specified analysis. The name of the Custom-Folders are separated by CR characters (Carriage Return). The result has the following format:
<Custom-Folder 1> + CR + <Custom-Folder 2> + ... + <Custom-Folder 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 if it is equal to an empty string (""), the current analysis is used.
<Password of the WDD file>: Optional character string
Password defined for the analysis. If no password is defined, this parameter must be equal to an empty string ("").
Business / UI classification: Business Logic
Component: wd290hf.dll
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/07/2023

Señalar un error o enviar una sugerencia | Ayuda local