Skip to main content

TdxCustomRangeControl.ContentChanged Method

Repaints the range control.

Declaration

procedure ContentChanged;

Remarks

You can call this procedure to repaint the range control on demand. The ContentChanged procedure is particularly useful if you need to update the custom data visualized within the control’s client area by handling the OnDrawContent event.

{Image}

See Also