TdxCustomFlowChart.OnCreateItem Event
In This Article
Occurs after chart symbol creation.
#Declaration
Delphi
property OnCreateItem: TdxFcEvent read; write;
#Remarks
This event allows you to respond to the chart symbols and connections creation.
The Sender parameter specifies the flow chart control that raised the event. Use the Item parameter value to address a newly created chart symbol.
See Also