Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxWebBackForwardListMBS class.

LinuxWebBackForwardListMBS.AddItem(item as LinuxWebHistoryItemMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Adds the item to the WebBackForwardList.

LinuxWebBackForwardListMBS.BackItem as LinuxWebHistoryItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the item that precedes the current item.

LinuxWebBackForwardListMBS.BackLength as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the number of items that preced the current item.

LinuxWebBackForwardListMBS.Clear

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Clears the webBackForwardList by removing all its elements.

Note that not even the current page is kept in list when cleared so you would have to add it later. This method also clears the list of visited links which means that all links will appear unvisited.

LinuxWebBackForwardListMBS.Constructor(webview as LinuxWebViewMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Creates an instance of the back forward list with a controlling WebView.

LinuxWebBackForwardListMBS.ContainsItem(item as LinuxWebHistoryItemMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Checks if item is in the back forward list.

LinuxWebBackForwardListMBS.CurrentItem as LinuxWebHistoryItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The current item.

Returns a nil value if the back forward list is empty.

LinuxWebBackForwardListMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The destructor.

LinuxWebBackForwardListMBS.ForwardItem as LinuxWebHistoryItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The next item forward in the list.

Returns a nil value if there nothing that succeeds the current item.

LinuxWebBackForwardListMBS.ForwardLength as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the number of items that succeed the current item.

LinuxWebBackForwardListMBS.GoBack

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Steps backward in the back forward list

LinuxWebBackForwardListMBS.GoForward

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Steps forward in the back forward list.

LinuxWebBackForwardListMBS.GoToItem(item as LinuxWebHistoryItemMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Go to the specified item in the back forward list.

LinuxWebBackForwardListMBS.Item(index as Integer) as LinuxWebHistoryItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Returns the item at a given index relative to the current item.

LinuxWebBackForwardListMBS.Limit as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Linux MBS Linux Plugin 13.5 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The maximum limit of the back forward list.

(Read and Write computed property)

The items on this page are in the following plugins: MBS Linux Plugin.


The biggest plugin in space...