The following tables list the members exposed by ShowBrowseTreeList.
Name | Description | |
---|---|---|
![]() | ShowBrowseTreeList Constructor | Constructor. An object is created for the given UA server, TreeView and ListView controls. No UA server access is done in this constructor. The Show() method needs to be called to have the server browsed and the result displayed in the specified controls. |
Name | Description | |
---|---|---|
![]() | BrowseModeOneLevel | If true the the server browsing is done on demand. Initially only one level is browsed. Child nodes are browsed from the TreeView event handler when a yet unbrowsed node is selected. If false then the whole server tree structure is browsed and a corresponding TreeNode structure is built. NOTE: With complex servers this may take a long time. |
![]() | DoNotSort | Nodes are alphabetically sorted. If TRUE the sorting is diabled and the nodes are in the order as returned by the server. |
![]() | ImageIndexBranch | Index of the image displayed for a ObjectNode |
![]() | ImageIndexBranchSelected | Index of the image displayed for the selected ObjectNode |
![]() | ImageIndexItem | Base Index of the image group the item identification. The item accessRight code is added and the image with this index is displayed. |
![]() | ImageList | Image list used in the BrowsTree |
![]() | IncludeTypesInBrowse | Determines whether a browse from the root includes the Types Folder |
![]() | IncludeViewsInBrowse | Determines whether a browse from the root includes the Views Folder |
![]() | ItemCodeIndex | Code used to identify ObjectNodes in TreeNode.ImageIndex The isObjectNode method uses this definition to determine the type of the node. Default: Item: >= 2 |
![]() | ShowHDaccessRights | if true show HD access rigths instead of DA access rights |
![]() | TitleNode | TreeNode object of the title node. Null if no title node because no title text was specified. |
Name | Description | |
---|---|---|
![]() | AsyncShow | Asynchronously browses the server and displays all ObjectNodes in the TreeView control and the other node classes in the ListView control. |
![]() | Dispose | The underlying BrowseTree object is released and the event handler for the associated TreeView dialog is uninstalled. |
![]() | GetNodeId | Overloaded. Get the NodeId of the node in the specified TreeNode. |
![]() | GetSelectedListViewNodes | Return the NodeId of the nodes currently selected in the ListView |
![]() | GetSelectedTreeViewNode | Returns the NodeId of the node currently selected in the TreeView |
![]() | isObjectNode | Checks if a node is an ObjectNode. |
![]() | RefreshSelectedNode | The currently selected node is refreshed from the server by executing a browse with the current filter. |
![]() | reInit | Re-init the object and install the TreeView mouse-down handler. |
![]() | Show | Browses the server and displays all ObjectNodes in the TreeView control and the other node classes in the ListView control. |
![]() | ShowImageList | Show all images defined in the BrowseTree ImageList |
![]() | UnlinkTreeview | Unlink the this object form the TreeView dialog. |
Name | Description | |
---|---|---|
![]() | reportBrowseError | This handler is called in the TreeView mouse event handler when an error happens in the server browse access. |