Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinShellItemMBS class.

WinShellItemMBS.DisplayName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the display name of the shell item.

Returns the display name relative to the parent folder. In UI this name is generally ideal for display to the user.

If no path is available, the plugin does not raise exception, but returns "".
(Read only property)

WinShellItemMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The internal object reference.

(Read and Write property)

WinShellItemMBS.Item as FolderItem

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Queries folderitem for the item.

Queries internally native path and builds folderitem for it.

If no path is available, the plugin does not raise exception, but returns nil.
(Read only property)

WinShellItemMBS.NativePath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the native path of the shell item.

Returns the item's file system path, if it has one.

If no path is available, the plugin does not raise exception, but returns "".
(Read only property)

WinShellItemMBS.Parent as WinShellItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the parent of an IShellItem object.

(Read only property)

WinShellItemMBS.URLPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Navigation MBS WinFrameworks Plugin 20.1 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Gets the URL of the shell item.

Returns the item's URL, if it has one.
Some items do not have a URL, and in those cases a call to DisplayName will fail. This name is suitable for display to the user in some cases, but note that it might not be specified for all items.

If no path is available, the plugin does not raise exception, but returns "".
(Read only property)

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


The biggest plugin in space...