FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

FullName

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".

 

See Also

Name Property

Path Property