TdxCustomFlowChart.DeleteSelection Method
Deletes all selected chart symbols.
Declaration
procedure DeleteSelection;
Remarks
Use this procedure to remove all chart symbols and connections from the flow chart control.
The DeleteSelection procedure has no effect if the fcoCanSelect flag is not set in the Options property value.
See Also