[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.Invalidate

Schedules a repaint request.

Declaration

Source position: controls.pp line 2344

public procedure TWinControl.Invalidate; override;

Description

Invalidate is an overridden method in TWinControl. It re-implements the inherited method to call the Invalidate method in the widgetset class instance when its Handle has been allocated. It does not call the inherited method.

See also

TControl.Invalidate

  

Force a delayed Repaint of the control, by marking its visible area of the control as invalid.