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

full_name

Read access to the name and path in the project database of an object or FlexPro data.

Syntax

Object.full_name

or

Data.full_name

The syntax of the full_name property consists of the following elements:

Element

Description

Object

The object being accessed. Use this to access the current formula.

Data

A flexpro.Data object to which header information of the data object from which it originates is assigned.

Available In

FlexPro Professional, Developer Suite

Examples

flexpro.object(r’\Folder\DataSet’).full_name

Returns the string “\Folder\DataSet".

 

See Also

name Property

path Property