newGridEntry

Creates a new grid line for a data grid.

Parameters

The first parameter is a grid control

Example Usages

Simple (pay attention to the **await** keyword)

await app.newGridEntry("myGridControl");

Return Values

The function returns the jsonData object obtained from the (internal) brixxCallEventProcessor function.

Last updated