ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • Example: Initializing a Combo Box control with the list of analyses in a directory
HListAnalysis (Example)
Example: Initializing a Combo Box control with the list of analyses in a directory
The following example is used to initialize a Combo Box control with the list of analyses in a directory. The directory is selected by the user with fSelectDir.
// -- Click code of BTN_Path
 
// Retrieve the directory to analyze
Path is string
Path = fSelectDir("\My Directories", "Select a directory")
 
// Initialize the Combo Box control
ListAdd(COMBO_Analysis, HListAnalysis(Path))
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help