📚 SAP Business One SDK Help

Folder Object Members
See Also  Overview 

Public Methods

Public Method GroupWithGroups a folder with another folder.

Use this method to indicate to the form to display one folder at a time from among the group of folders.

Public Method SelectSets the focus on the folder.

Public Properties

Public Property AutoPaneSelectionIndicates whether the folder allows automatic pane selection.

If the folder allows automatic pane selection, when you click on a folder, the UI API automatically set the form pane level to the pane level bound to the folder.

Public Property CaptionThe folder caption.
Public Property DataBindThe DataBind object tied to this item.
Public Property ItemThe item properties of the folder. You can get the item that specifics the folder, and set the item properties if necessary.
Public Property PaneAssociated pane level of the folder.
Public Property SelectedIndicates whether the folder is selected.
Public Property ValOffThe data source value when the item is not selected.

Setting the data source with this value deselects the checkbox. If the checkbox is deselected by the user, the data source is set with this value.

Public Property ValOnThe data source value when the item is selected.

Setting the data source with this value selects the checkbox. If the checkbox is selected by the user, the data source is set with this value.

Events

Public Event ClickAfterThe event occurs after the main mouse button was clicked.
Public Event ClickBeforeThe event occurs before the main mouse button was clicked.
Public Event DoubleClickAfterThe event occurs after the main mouse button was double clicked.
Public Event DoubleClickBeforeThe event occurs before the main mouse button was double clicked.
Public Event PressedAfterThe event occurs after the item was pressed, that is, a mouse is released within an item.
Public Event PressedBeforeThe event occurs before the item was pressed.

See Also