brixxbox Wiki
Ask or search…
K
Comment on page

refresh

Reloads the content of a single control (like combobox or grid) or of all such controls in an brixxbox application.

Parameters

Optional. A control, if you want to refresh just this control, or undefined to refresh all controls within an application.

Example Usages

1. Simple (pay attention to the **[await](/globalDoc/glossary_await)** keyword)
await brixxApi.refresh("myKeyControl");
await brixxApi.refresh();