TdxCustomFlowChart.DeleteObject(TdxFcObject) Method
Deletes the specified chart symbol.
Declaration
procedure DeleteObject(AObject: TdxFcObject);
Parameters
Name | Type |
---|---|
AObject | TdxFcObject |
Remarks
Call this procedure to remove a chart symbol passed as the AObject parameter from the control’s client area.
To create a chart symbol, invoke the CreateObject function.
See Also