TdxCustomFlowChart.Invalidate Method
Invalidates the control.
Declaration
procedure Invalidate; override;
Remarks
Call this procedure to repaint the flow chart control immediately.
Note
To force repaint of the specified portion within the control’s client area, call the InvalidateRect procedure instead.
See Also