ThisFPObject Keyword (FPScript)

23.08.2021

Provides access to the FlexPro object that executes an embedded FPScript code.

Syntax

ThisFPObject

Remarks

Within a standard formula object ThisFPObject refers to this formula object and thus corresponds to This and ThisObject. If this is an embedded FPScript code, e.g. in a field for entering calculated results in the text of a cell table, then ThisFPObject refers to the FlexPro object that contains the code. In this example it be the cell table.

When accessing the object properties to which ThisFPObject refers, the ThisFPObject keyword can be omitted.

Available in

FlexPro View, Basic, Professional, Developer Suite

Examples

ThisFPObject.Name

If this code is used in a field to label an axis in a 2D diagram, then the name of the 2D diagram is returned.

 

See Also

Embedded FPScript

This Keyword

ThisObject Keyword

Application Keyword

Share article or send as email:

You might be interested in these articles