📚 SAP Business One SDK Help

Item Method
See Also 
Index

The ChooseFromList to be returned. Select the ChooseFromList by supplying one of the following:

  • The index of the ChooseFromList, 0-based (long integer)
  • The unique ID of the ChooseFromList (string) 

Description

Returns the specified ChooseFromList object.

Syntax

Visual Basic
Public Function Item( _
   ByVal Index As Variant _
) As ChooseFromList

Parameters

Index

The ChooseFromList to be returned. Select the ChooseFromList by supplying one of the following:

  • The index of the ChooseFromList, 0-based (long integer)
  • The unique ID of the ChooseFromList (string) 

See Also