pfKeyEquate
When you declare a form group that references a text form, the property pfKeyEquate specifies whether the keystroke that is registered when the user presses a high-numbered function key (PF13 through PF24) is the same as the keystroke that is registered when the user presses a function key that is lower by 12.
If you accept the default value of yes for pfKeyEquate, your your logical expressions are able to reference only 12 of the function keys because (for example) PF2 is the same as PF14.
Note: Function keys on a PC keyboard are often F keys such as F1, but EGL uses the IBM PF terminology so that (for example) F1 is called PF1.
Related concepts
FormGroup part
Related reference
FormGroup part in EGL source format