Back to Devexpress

TdxCustomFlowChart.SelectAll Method

vcl-dxflchrt-dot-tdxcustomflowchart-c60b7908.md

latest1.1 KB
Original Source

TdxCustomFlowChart.SelectAll Method

Highlights all selected chart elements within the control.

Declaration

delphi
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

TdxCustomFlowChart.ClearSelection

TdxCustomFlowChart.OnSelected

TdxCustomFlowChart.OnSelection

TdxFcItem.Selected

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit