📚 SAP Business One SDK Help

Check Method
See Also 
rowIndex
The row index
newVal

Indicates whether to check or uncheck the check box:

  • True: Selects the checkbox.
  • False: Deselects the check box.

Description

Simulates a user selecting and deselecting the check box.

Syntax

Visual Basic
Public Sub Check( _
   ByVal rowIndex As Long, _
   ByVal newVal As Boolean _
) 

Parameters

rowIndex
The row index
newVal

Indicates whether to check or uncheck the check box:

  • True: Selects the checkbox.
  • False: Deselects the check box.

See Also