ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Software Factory functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
apFullProjectName (Function)
In french: paNomCompletProjet
Retrieves the full physical name of a project opened during the execution of an action plan.
Warning This function can only be performed:
  • from the code of an action plan.
  • from a WLanguage procedure found in a project or an "Action plan" configuration.
WINDEV, WEBDEV or WINDEV Mobile must have been started (by a previous action).
Note This function is used to manipulate the WINDEV, WEBDEV or WINDEV Mobile editor. Therefore, it is available in the three products.
Example
// Inscrit le nom du projet dans le log
paLog(paNomCompletProjet())
Syntax
<Result> = apFullProjectName()
<Result>: Character string
Full name of project currently processed.
Component: wd300fab.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help