|
|
|
|
|
<Organization Chart>.Delete (Function) In french: <Organigramme>.Supprime Deletes an element and its "children" from an Organization Chart control.
ElementNum is int
ElementNum = ORG_MyOrganizationChart.InfoXY(MouseXPos(), MouseYPos())
ORG_MyOrganizationChart.Delete(ElementNum)
Syntax
<Organization Chart control>.Delete(<Subscript>)
<Organization Chart control>: Control name Name of Organization Chart control to use. <Subscript>: Integer Index of the element to be deleted. This index is returned by <Organization Chart>.InfoXY for example.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|