📚 SAP Business One SDK Help

Item Method
See Also 
Index

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

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

Description

Returns a form within the application based on its index or unique ID.

Syntax

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

Parameters

Index

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

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

See Also