📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

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

Description

Returns the specified WidgetKeyParams object.

Syntax

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

Parameters

Index

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

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

See Also