Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Adds a function to be called on the form OnLoad event.
Syntax
formContext.ui.addOnLoad(myFunction)
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
function reference | Yes | The function to be executed on the form OnLoad event. The function will be added to the bottom of the event handler pipeline. The execution context is automatically passed as the first parameter to the function. See Execution context for more information. |