Skip to main content

TdxCustomFlowChart.SelectAll Method

Highlights all selected chart elements within the control.

Declaration

procedure SelectAll;

Remarks

You can call this procedure to select the entire control’s content at runtime. The SelectAll procedure has no effect if the fcoCanSelect and fcoMultiSelect flags are not set in the Options property.

To select all chart elements at design time, click them all while you hold down the Shift key or use the “Select All” button in the ExpressFlowChart Editor.

See Also