|
|
|
|
OrgDelete (Function) In french: OrgaSupprime Deletes an element and its "children" from an Organization Chart control.
// Delete an element and its children from an Organization Chart control ElementNum is int ElementNum = OrgInfoXY(ORG_MyOrganizationChart, MouseXPos(), MouseYPos()) OrgDelete(ORG_MyOrganizationChart, ElementNum)
Syntax
OrgDelete(<Organization Chart control> , <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 OrgInfoXY for example.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|