TabSheetObject.setTopOffset

Syntax

setTopOffset(top: Number, isVirtual: Boolean);

Parameters

left. Top offset in pixels.

isVirtual. Determines whether a virtual or real coordinate is passed. If the parameter is True, a virtual coordinate is passed (that is, a cached coordinate), otherwise the coordinate is real.

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