ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Software Factory 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
apFullProjectName (Function)
In french: paNomCompletProjet
Retrieves the full physical name of a project opened during the execution of an action plan.
Caution: This function can only be run:
  • 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).
Remark: This function is a function used to handle the editor of WINDEV, WEBDEV or WINDEV Mobile. Therefore, it is available in the three products.
Example
// Writes the project name into the log
apLog(apFullProjectName())
Syntax
<Result> = apFullProjectName()
<Result>: Character string
Full name of project currently processed.
Component: wd290fab.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help