The following tables list the members exposed by BrowseTree.
Name | Description | |
---|---|---|
![]() | BrowseTree Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | 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 ObjectNodes |
![]() | ImageIndexBranchSelected | Index of the image displayed for the selected branch |
![]() | ImageIndexItem | Base Index of the image group the item identification. The item accessRight code is added and the image with this index is displayed. |
![]() | ImageIndexMethod | Base Index of the image group the Method identification. |
![]() | ImageIndexProperty | Base Index of the image group the Property identification. |
![]() | ItemCodeIndex | Code used to identify the node classes in TreeNode.ImageIndex The isObjectNode method uses the definition to find the type of the node. Default: Item: >= 2 |
![]() | ShowHDaccessRights | if true show HD access rigths instead of DA access rights |
Name | Description | |
---|---|---|
![]() | BrowseModeOneLevel | If true the the server browsing is done on demand. Initially only one level is browsed. Child ObjectNodes 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. |
![]() | 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 |
Name | Description | |
---|---|---|
![]() | BeginBrowse | Asynchronously Browse the current node for all child nodes and build a TreeNode structure The nodes returned depends on the selection parameters. |
![]() | Browse | Overloaded. Browse all nodes from the named node and build a TreeNode structure. |
![]() | CreateTree | Browse the server from the root and build a TreeNode structure with all nodes. |
![]() | Dispose | The handler is uninstalled from the associated TreeView. |
![]() | EndBrowse | Completes an asynchronous browse operation. |
![]() | GetNodeId | Overloaded. Get the ObjectId of the node in the specified TreeNode. |
![]() | 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. |
![]() | Root | Returns the TreeNode structure created in the previous CreateTree() call. |
![]() | 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. |