Documentation Conventions
In general, the conventions used for documenting plugin calls within this manual are the same as those within 4D’s documentation. In addition, this manual uses a prefix for parameter names to indicate what happens to their data.
| Prefix | Example | Meaning |
|---|---|---|
| in | inTitle | The parameter’s data is read and left intact |
| out | outTitle | The parameter’s data on entry to the call is ignored and is set by the call, replacing any previous data contained by the parameter |
| io | ioTitle | The parameter’s data is read by the call and then either replaced or augmented |

