Back to Devexpress

TdxCustomFlowChart.Objects Property

vcl-dxflchrt-dot-tdxcustomflowchart-0e53a7d5.md

latest773 B
Original Source

TdxCustomFlowChart.Objects Property

Provides indexed access to the chart symbols.

Declaration

delphi
property Objects[Index: Integer]: TdxFcObject read; write;

Property Value

Type
TdxFcObject

Remarks

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

See Also

TdxCustomFlowChart.SelectedObjects

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit