TreeView.AddItem Method | |
Add a new tree view item as the last child item of a specified parent.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddItem(
symParentName,
oTreeViewItem
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddItem(
Usual symParentName = default,
Usual oTreeViewItem = default
)
Request Example
View SourceParameters
- symParentName (Optional)
- Type: Usual
The symbolic name of the parent tree view item. This can be the symbolic name of any tree view item or one of the following items: #Root, #First, #Last, and, if the tree view style is sorted, #Sort. - oTreeViewItem (Optional)
- Type: Usual
The tree view item to add.
Return Value
Type:
Usual
TRUE if the item was added successfully; otherwise, FALSE.
See Also