CurrentItem property (WinStudio scripts)

Applies To

IWSIDOCollection interface

Definition

Returns an IWSIDORow object value that indicates that a referenced item is the currently selected item in an IDO collection. Read-only.

Syntax

object.CurrentItem

  Part   Description
object Required. Name of the object being identified as the current row.

Example

Dim CurRow As IWSIDORow = ThisForm.PrimaryIDOCollection.CurrentItem