TabSheetModel.eachObject

Syntax

eachObject(action: function, context);

Parameters

action. Function to be executed for each object in the table.

context. Context from which the method is invoked.

Description

The eachObject method executes specified function for each object in the table.

Example

The example of use is given on the TabSheet.addObject page.

Seebsp;also:

TabSheetModel