Back to Devexpress

TdxCustomFlowChart.SelectedObjects Property

vcl-dxflchrt-dot-tdxcustomflowchart-adc7505b.md

latest814 B
Original Source

TdxCustomFlowChart.SelectedObjects Property

Provides indexed access to the selected chart symbols.

Declaration

delphi
property SelectedObjects[Index: Integer]: TdxFcObject read;

Property Value

Type
TdxFcObject

Remarks

You can use this property to access a selected chart symbol whose index is passed as the Index parameter. The maximum index is the SelectedObjectCount proprety value minus one.

See Also

TdxCustomFlowChart.SelectedObject

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit