Read access to the code of a formula.
Syntax
Formula.formula
The syntax of the formula property consists of the following elements:
Element |
Description |
---|---|
Formula |
The formula being accessed. Use this to access the current formula. |
Available In
FlexPro Professional, Developer Suite
Example
this.data = this.formula |
Returns the string "this.value = this.formula". |