TabSheetObject.setTopOffset

Syntax

setTopOffset(top: Number, isVirtual: Boolean);

Parameters

left. Top offset in pixels.

isVirtual. It determines whether a virtual or real coordinate is passed. If the parameter is set to True, a virtual coordinate is passed (that is, from cache), otherwise the a real coordinate is passed.

Description

The setTopOffset method sets top offset for object in the table.

Example

The example of use is given on the page with description of the TabSheetObject.setLeftOffset property.

Seebsp;also:

TabSheetObject