ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL 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
HInfoAnalysis (Function)
In french: HInfoAnalyse
HFSQL ClassicAvailable only with this kind of connection
Returns information about an analysis (WDD file).
Example
Trace(HInfoAnalysis())
Syntax
<Result> = HInfoAnalysis([<Path of the WDD file> [, <Password of the WDD file>]])
<Result>: Character string
Analysis information. This information uses the following format:
<Analysis GUID> + CR + <Generation Number>
<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 an empty string (""), the current analysis is used.
New in version 2024
Projects with multiple analyses: If there are multiple analyses, only the main analysis is taken into account.
<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
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/15/2024

Send a report | Local help