TdxCustomFlowChart.Objects Property
In This Article
Provides indexed access to the chart symbols.
#Declaration
Delphi
property Objects[Index: Integer]: TdxFcObject read; write;
#Property Value
Type |
---|
Tdx |
#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