📚 SAP Business One SDK Help

Widget Object Members
See Also  Overview 

Public Methods

Public Method CloseCloses an open widget.
Public Method GetKeyListGet the instances list of the widget.
Public Method GetValueReturns the value of an instance in the widget.
Public Method MinimizeMinimizes the widget and leaves its title bar at the bottom of the UI.
Public Method RemoveKeyRemoves an instance in the widget.
Public Method RestoreRestores the minimized widget to its default size.
Public Method SetValueSets the value of a field in the widget.

Public Properties

Public Property FormThe widget form.
Public Property WidgetTypeThe type of the widget.
Public Property WidgetUIDThe unique ID of the widget. You can get it dynamically and use it in current session only.

Note that the widget UID is a GUID in runtime, and the GUID will be different in different SAP Business One sessions.

See Also