TreeViewItem.Delete Method | |
Delete the tree view item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Delete(
lChildsOnly
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Delete(
Usual lChildsOnly = default
)
Request Example
View SourceParameters
- lChildsOnly (Optional)
- Type: Usual
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also