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