TabSheetMeasures.iterateTopOffset

Syntax

iterateTopOffset(action: function, context: Object, isVirtual: Boolean, reverseCalc: Boolean);

Parameters

action. Function invoked on each iteration through values of table rows height.

context. Context from which the method is called. This is an optional parameter, by default it equals to the current context of this.

isVirtual. Parameter indicating if virtual or real coordinates are used. If the parameter is set to True virtual coordinates are used, otherwise real coordinates are used. This is an optional parameter, by default it is set to False.

reverseCalc. Parameter indicating direction of iteration through values of table rows height. If the parameter is True, iteration starts with value of the last row height, and vice versa if the parameter is False. This is an optional parameter, by default it is set to False.

Description

The iterateTopOffset method iterates through values of table rows height.

Example

The example of use is given on the page with description of the TabSheetMeasures.iterateLeftOffset method.

Seebsp;also:

TabSheetMeasures