Dynamics Parameter (-icfparam)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Dynamics Parameter (-icfparam)
Use Dynamics Parameter (-icfparam) to specify a character
string that can be accessed from ABL procedures within the Progress Dynamics framework.
| Operating system and syntax | UNIX / Windows |
-icfparam
string
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | — | — | — | — |
- string
-
A character string that supplies dynamics procedures with Dynamics-related data.
You can access this string within an ABL procedure by reading the
ICFPARAMETERattribute of theSESSIONsystem handle.
Note: This parameter is reserved for use by Dynamics and procedures that have been
integrated with Dynamics. Using this parameter for any purpose other than operating within
the Dynamics framework will interfere with your ability to integrate your application with
that framework at a later time.
For more information about the ICFPARAMETER attribute or the
SESSION system handle, see OpenEdge Development: ABL
Reference.