📚 SAP Business One SDK Help

SetValue Method
See Also 
Key
An instance in the widget.
Value

The new value for the instance in the widget.

Description

Sets the value of a field in the widget.

Syntax

Visual Basic
Public Sub SetValue( _
   ByVal Key As String, _
   ByVal Value As String _
) 

Parameters

Key
An instance in the widget.
Value

The new value for the instance in the widget.

See Also