|
CanEasy COM-Help
|
Inherits IDispatch.
Tree of CanEasy.
Allows adding new items into tree view to interact with the user
Definition at line 6845 of file cand_tlb.idl.
| HRESULT CanEasy::ICanEasyTree::AddRootItem | ( | [in] ICanEasyItemCom * | pItem, |
| [in] long | lPos | ||
| ) |
Adds a new root CanEasyItem into the tree
| pItem | Pointer to CanEasyItem to insert |
| lPos | Position to insert |
| HRESULT CanEasy::ICanEasyTree::CreateItem | ( | [out, retval] ICanEasyItemCom ** | ) |
Creates a new CanEasyItem without database reference
| HRESULT CanEasy::ICanEasyTree::Item | ( | [in] BSTR | sItemRef, |
| [in] BSTR | sItemType, | ||
| [out, retval] ICanEasyItemCom ** | |||
| ) |
Returns a new CanEasy item for a database reference
| sItemRef | String reference (path) to database item |
| sItemType | String type of the database item. This can be empty string a path is valid |