Skip to content

Item - cUIObject

Changes the current item to the first or last data item (depending on the value of last) in the displayed range of items

Type: Procedure Set

Parameters

Parameter Type Description
iPosition Integer True to go to first item, false to go to last item

Syntax

Procedure Set Item Integer iPosition

Call Example

Set Item iPosition

Description

The Item message is used to change the current item to the first or last data item (depending on the value of last) in the displayed range of items. The current_item will be set to the first item that the user may interact with. This message is used when the next message causes the switch message to be called and the new item needs to be set. This message is typically not sent by application code.