TdxCustomFlowChart.Objects Property
Provides indexed access to the chart symbols.
Declaration
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