Get(PortalRowNumber)

Category: Get

Syntax: Get ( PortalRowNumber )

Parameters: None

Data type returned: Number

Description:

Returns the number of the currently selected portal rowA case where either the row itself is selected (highlighted in black) or the cursor is actively sitting within a field in the portal.

When no portal row is selected, Get (PortalRowNumber) returns 0.

Get(PortalRowNumber) should be used to determine with which row a user is working.

Examples:

When the user clicks on the third row of a portal,

Get (PortalRowNumber)

returns 3.

When the user clicks out of the portal onto the layout itself,

Get (PortalRowNumber)

returns 0.

Категории