| | |
Constant | Description | Used by the functions |
---|
enumAll | Enumerates all project elements. | EnumElement |
enumContextMenu | Enumerates the context menus found in a window. | EnumSubElement |
enumDynamicPage | Enumerates all dynamic pages of project. | EnumElement |
enumExternalComponent | Enumerates the public elements of an external component included in the project. | EnumElement |
enumFirst | Starts the enumeration. | EnumSubElement |
enumGPU | Constant intended for the User Groupware. | EnumElement |
enumGroup | Enumerates all window groups. | EnumSubElement |
enumInternalPage | Enumerates all internal pages of project. | EnumElement |
enumInternalWindow | Enumerates all internal windows of project. | EnumElement |
enumMainMenu | Enumerates the drop-down menus found in a window. | EnumSubElement |
enumPage | Enumerates all project pages. | EnumElement |
enumPageTemplate | Enumerates the page templates of project. | EnumElement |
enumPane | Enumerates the tab panes. | EnumSubElement |
enumQuery | Enumerates all project queries. | EnumElement |
enumReport | Enumerates all project reports. | EnumElement |
enumReportTemplate | Enumerates the reports templates of project. | EnumElement |
enumSideBar | Enumerates the panes found in a sidebar. | EnumSubElement |
enumWindow | Enumerates all project windows. | EnumElement |
enumWindowTemplate | Enumerates the window templates of project. | EnumElement |
piAnalysis | Type of information to be returned: Physical name without extension of the .WDD file used by the project or component. | ProjectInfo |
piApplicationCCDataPath | Type of information to be returned: path to the Control Center data directory defined when the executable, library or component was created.. If this constants is used in a component, gives the path of the data directory for the application that uses it. | ProjectInfo |
piApplicationEmail | Type of information to be returned: Email defined when the executable, library or component is created. | ProjectInfo |
piApplicationInternetAddress | Type of information to be returned: Internet address defined when creating the executable, library or component. | ProjectInfo |
piCCDataPath | Type of information to be returned: path to the Control Center data directory defined when the executable, library or component was created.. If this constant is used in the project, gives the path of data directory corresponding to the project. If this constant is used in a component, gives the path of data directory corresponding to the component. | ProjectInfo |
piCompany | Type of information to be returned: Company name specified when creating the executable. | ProjectInfo |
piConfiguration | Type of information to be returned: Name of the project configuration used to generate the executable or component currently running. | ProjectInfo |
piCopyright | Type of information to be returned: Copyright defined when the executable is created. | ProjectInfo |
piDescription | Type of information to be returned: Description of the company defined when the executable was created. | ProjectInfo |
piEmail | Type of information to be returned: Email defined when the executable, library or component is created. | ProjectInfo |
piEXEName | Type of information to be returned: Executable name specified when creating the executable. | ProjectInfo |
piGenerationDate | Type of information to be returned: Application or component library (WDL) generation date. | ProjectInfo |
piInternetAddress | Type of information to be returned: Internet address defined when creating the executable, library or component. | ProjectInfo |
piNameCurrentProject | Type of information to be returned: Name of the project in which the ProjectInfo function is called. If this constant is used in the code of the main project, the result is the name of the main project. If this constant is used in a component, the result is the name of the component project. | ProjectInfo |
piNameDeployedSite | Type of information to be returned: Real name of deployed site (in the case of a WEBDEV site in a multi-site deployment). | ProjectInfo |
piNewFeaturesHelpContext | Type of information to be returned: Context number of the page to be displayed in the new features help file. | ProjectInfo |
piNewFeaturesHelpName | Type of information to be returned: Name of new features help file. | ProjectInfo |
piProjectName | Type of information to be returned: Project name. | ProjectInfo |
piRegistry | Type of information to be returned: path in the registry where project-specific information can be saved. | ProjectInfo |
New in version 2025piVersion | Type of information to be returned: Version number of the application's main library (WDL file). In the case of web services (SOAP or REST), the result is an empty string (""). | ProjectInfo |