FullName Property (FPScript)
23.08.2021
Read access to the name and the path in the project database of an object.
Syntax
[Object].FullName
The syntax of the FullName property consists of the following elements:
Element |
Description |
---|---|
Object |
Optional. The object being accessed. If you omit this element, then the current formula is accessed. In the case of embedded FPScript you have to use the This keyword. |
Available in
FlexPro Basic, Professional, Developer Suite
Examples
\Images\Diagram.2d.FullName |
Returns the string "\Images\Diagram.2D". |
\Folder\.FullName or \Folder.FLD.FullName |
Returns the string "\Folder.FLD". |