Using bookmarks

Use bookmarks to provide a quick way to access objects and resources in your Kanzi Studio project. To access resources and objects in your Kanzi application in code, use the kzb file URL.

Kanzi Studio stores bookmarks in the Library > Bookmarks.

To access nodes in your Kanzi Studio project or using the Kanzi API you can also use aliases. See Using aliases.

Creating a bookmark from any item

To create a bookmark from any item in Kanzi Studio, in the Node Tree, Nodes, or Library press Alt and right-click and select Bookmark.

Kanzi Studio creates a bookmark and sets its Target property to the item from which you created the bookmark.

Accessing a bookmarked item

To access a bookmarked item, in the Library > Bookmarks double-click the bookmark of the item you want to access.

Kanzi Studio takes you to the bookmarked item.

Changing the target of a bookmark

To change the item to which a bookmark points, in the Library select the bookmark, and in the Properties set the Target property to the item you want the bookmark to point to.

Bookmark property types

For a list of the available property types for bookmarks, see Bookmark.

See also

Using aliases