|
|
|
|
|
<Organization Chart>.Select (Function) In french: <Organigramme>.Select Returns the index of the selected element in an Organization Chart control. // Gets the subscript of selected element in an Organization Chart control NumSelectedElement is int NumSelectedElement = ORG_MyOrganizationChart.Select() IF NumSelectedElement <> -1 THEN Â MyWindow.Title = ORG_MyOrganizationChart[NumSelectedElement].Title END
Syntax
<Result> = <Organization Chart control>.Select()
<Result>: Integer - Index of selected element in the Organization Chart control,
- -1 if no element is selected.
<Organization Chart control>: Control name Name of Organization Chart control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|